File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ use predicates::prelude::*;
31
31
use quickwit_cli:: { create_index_cli, CreateIndexArgs } ;
32
32
use quickwit_metastore:: { Metastore , MetastoreUriResolver , SplitState } ;
33
33
use serde_json:: { Number , Value } ;
34
+ use serial_test:: serial;
34
35
use std:: { io:: Read , path:: Path } ;
35
36
use tokio:: time:: { sleep, Duration } ;
36
37
@@ -587,6 +588,7 @@ async fn test_cmd_dry_run_delete_on_s3_localstack() -> Result<()> {
587
588
588
589
/// testing the api via cli commands
589
590
#[ tokio:: test]
591
+ #[ serial]
590
592
#[ cfg_attr( not( feature = "ci-test" ) , ignore) ]
591
593
async fn test_all_with_s3_localstack_cli ( ) -> Result < ( ) > {
592
594
let index_id = "s3_index_1" ;
@@ -677,6 +679,7 @@ async fn test_all_with_s3_localstack_cli() -> Result<()> {
677
679
678
680
/// testing the api via structs of the lib (if available)
679
681
#[ tokio:: test]
682
+ #[ serial]
680
683
#[ cfg_attr( not( feature = "ci-test" ) , ignore) ]
681
684
async fn test_all_with_s3_localstack_internal_api ( ) -> Result < ( ) > {
682
685
let index_id = "s3_index_2" ;
You can’t perform that action at this time.
0 commit comments