Skip to content

Commit 2e13ec9

Browse files
committed
add more tests to skip
1 parent 6ab7316 commit 2e13ec9

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

ci/cloudbuild/builds/integration-production.sh

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,12 @@ excluded_rules=(
3939
"-//google/cloud/storagecontrol:v2_samples_storage_control_anywhere_cache_samples"
4040
# TODO(#15845): Re-enable these tests once the issue is resolved.
4141
"-//google/cloud/storage/examples:storage_bucket_iam_samples"
42-
"-//google/cloud/storage/tests:bucket_acl_integration_test"
43-
"-//google/cloud/storage/tests:bucket_integration_test"
44-
"-//google/cloud/storage/tests:default_object_acl_integration_test"
42+
"-//google/cloud/storage/tests:bucket_acl_integration_test-default"
43+
"-//google/cloud/storage/tests:bucket_acl_integration_test-grpc-metadata"
44+
"-//google/cloud/storage/tests:bucket_integration_test-default"
45+
"-//google/cloud/storage/tests:bucket_integration_test-grpc-metadata"
46+
"-//google/cloud/storage/tests:default_object_acl_integration_test-default"
47+
"-//google/cloud/storage/tests:default_object_acl_integration_test-grpc-metadata"
4548
)
4649

4750
io::log_h2 "Running the integration tests against prod"

0 commit comments

Comments
 (0)