Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 53ced01

Browse filesBrowse 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
Copy full SHA for 53ced01

File tree

Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-0
lines changed
Open diff view settings
Collapse file

‎tests/system/test_bucket.py‎

Copy file name to clipboardExpand all lines: tests/system/test_bucket.py
+1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.