Skip to content

Commit f9c0e15

Browse files
committed
fix: Skip flaky test
This test is causing failures in CI. Skipping until it can be fixed properly.
1 parent fdd0a50 commit f9c0e15

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/system/test_bucket.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1339,6 +1339,7 @@ def test_bucket_ip_filter_patch(storage_client, buckets_to_delete):
13391339
assert len(reloaded_filter.vpc_network_sources) == 1
13401340

13411341

1342+
@pytest.mark.skip(reason="[https://github.com/googleapis/python-storage/issues/1611]")
13421343
def test_list_buckets_with_ip_filter(storage_client, buckets_to_delete):
13431344
"""Test that listing buckets returns a summarized IP filter."""
13441345
bucket_name = _helpers.unique_name("ip-filter-list")

0 commit comments

Comments
 (0)