tests: drop serial_test

This commit is contained in:
Elijah McMorris 2024-12-17 13:58:52 -08:00
parent ee43aa0095
commit 6acdf2431c
Signed by: NexVeridian
SSH key fingerprint: SHA256:bsA1SKZxuEcEVHAy3gY1HUeM5ykRJl0U0kQHQn0hMg8
3 changed files with 8 additions and 17 deletions

View file

@ -586,11 +586,9 @@ mod tests {
use super::*;
use crate::test_utils::*;
use pretty_assertions::assert_eq;
use serial_test::serial;
use std::fs;
#[test]
#[serial]
fn read_write_parquet() -> Result<(), Error> {
let test_df = defualt_df(&[Some("COIN")], &[Some("COINBASE")])?;
@ -603,7 +601,6 @@ mod tests {
}
#[test]
#[serial]
fn arkw_format_arkb() -> Result<(), Error> {
let test_df = defualt_df(
&[None::<&str>, Some("ARKB"), Some("ARKB")],
@ -631,7 +628,6 @@ mod tests {
}
#[test]
#[serial]
fn arkf_format_arkb() -> Result<(), Error> {
let test_df = defualt_df(
&[None::<&str>, Some("ARKB"), Some("ARKB")],