Skip to content

Commit 6ab7316

Browse files
committed
ci: exclude few storage integration tests
1 parent 46f7e8b commit 6ab7316

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ci/cloudbuild/builds/integration-production.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@ excluded_rules=(
3737
"-//google/cloud/storage/examples:storage_service_account_samples"
3838
# This sample can be very long running due to creation time of AnywhereCache
3939
"-//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"
4045
)
4146

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

0 commit comments

Comments
 (0)