diff --git a/tests-integration/tests/main.rs b/tests-integration/tests/main.rs index 5537e8d4b9..d06ea4d05e 100644 --- a/tests-integration/tests/main.rs +++ b/tests-integration/tests/main.rs @@ -21,7 +21,7 @@ mod sql; #[macro_use] mod region_failover; -grpc_tests!(File, S3, S3WithCache, Oss); -http_tests!(File, S3, S3WithCache, Oss); -region_failover_tests!(File, S3, S3WithCache, Oss); +grpc_tests!(File, S3, S3WithCache, Oss, Azblob); +http_tests!(File, S3, S3WithCache, Oss, Azblob); +region_failover_tests!(File, S3, S3WithCache, Oss, Azblob); sql_tests!(File);