Skip to content

Commit

Permalink
disable failover tests
Browse files Browse the repository at this point in the history
  • Loading branch information
WenyXu committed Sep 20, 2023
1 parent 92664c1 commit 9ab55e8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests-integration/tests/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ mod grpc;
mod http;
#[macro_use]
mod sql;
#[macro_use]
mod region_failover;
// #[macro_use]
// mod region_failover;

grpc_tests!(File, S3, S3WithCache, Oss, Azblob, Gcs);
http_tests!(File, S3, S3WithCache, Oss, Azblob, Gcs);
region_failover_tests!(File, S3, S3WithCache, Oss, Azblob);
// region_failover_tests!(File, S3, S3WithCache, Oss, Azblob);
sql_tests!(File);

0 comments on commit 9ab55e8

Please sign in to comment.