We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46f7e8b commit 6ab7316Copy full SHA for 6ab7316
ci/cloudbuild/builds/integration-production.sh
@@ -37,6 +37,11 @@ excluded_rules=(
37
"-//google/cloud/storage/examples:storage_service_account_samples"
38
# This sample can be very long running due to creation time of AnywhereCache
39
"-//google/cloud/storagecontrol:v2_samples_storage_control_anywhere_cache_samples"
40
+ # TODO(#15845): Re-enable these tests once the issue is resolved.
41
+ "-//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"
45
)
46
47
io::log_h2 "Running the integration tests against prod"
0 commit comments