diff --git a/tests-integration/tests/main.rs b/tests-integration/tests/main.rs index eec30447a35c..8b1e064579c8 100644 --- a/tests-integration/tests/main.rs +++ b/tests-integration/tests/main.rs @@ -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);