Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions ci/cloudbuild/builds/integration-production.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@ 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.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

For better context, it would be helpful to briefly state why these tests are being disabled, similar to the comments for other disabled tests in this list. This helps developers understand the reason for the exclusion without needing to navigate to the issue tracker.

Suggested change
# TODO(#15845): Re-enable these tests once the issue is resolved.
# TODO(#15845): Temporarily disabled due to flakiness. Re-enable once the issue is resolved.

"-//google/cloud/storage/examples:storage_bucket_iam_samples"
"-//google/cloud/storage/tests:bucket_acl_integration_test"
"-//google/cloud/storage/tests:bucket_integration_test"
"-//google/cloud/storage/tests:default_object_acl_integration_test"
)

io::log_h2 "Running the integration tests against prod"
Expand Down