Skip to content

Commit 53ced01

Browse files
authored
fix: Skip flaky test (#1622)
This test is causing failures in CI. Skipping until it can be fixed properly. Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [x] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/python-storage/issues/new/choose) before writing your code! That way we can discuss the change, evaluate designs, and agree on the general idea - [x] Ensure the tests and linter pass - [x] Code coverage does not decrease (if any source code was changed) - [x] Appropriate docs were updated (if necessary) Fixes #1611 🦕
1 parent dfe4566 commit 53ced01

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)