diff --git a/ci/cloudbuild/builds/integration-production.sh b/ci/cloudbuild/builds/integration-production.sh index 66ca4496d87fa..f79fddb497bb0 100755 --- a/ci/cloudbuild/builds/integration-production.sh +++ b/ci/cloudbuild/builds/integration-production.sh @@ -37,6 +37,14 @@ excluded_rules=( "-//google/cloud/storage/examples:storage_service_account_samples" # This sample can be very long running due to creation time of AnywhereCache "-//google/cloud/storagecontrol:v2_samples_storage_control_anywhere_cache_samples" + # TODO(#15845): Re-enable these tests once the issue is resolved. + "-//google/cloud/storage/examples:storage_bucket_iam_samples" + "-//google/cloud/storage/tests:bucket_acl_integration_test-default" + "-//google/cloud/storage/tests:bucket_acl_integration_test-grpc-metadata" + "-//google/cloud/storage/tests:bucket_integration_test-default" + "-//google/cloud/storage/tests:bucket_integration_test-grpc-metadata" + "-//google/cloud/storage/tests:default_object_acl_integration_test-default" + "-//google/cloud/storage/tests:default_object_acl_integration_test-grpc-metadata" ) io::log_h2 "Running the integration tests against prod"