8000 Drop xfail for passing test_remove_bucket_label (#2173) · dorono/python-docs-samples@481ded0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 481ded0

Browse files
jwhitlockgguuss
authored andcommitted
Drop xfail for passing test_remove_bucket_label (GoogleCloudPlatform#2173)
The Python client was fixed in googleapis/google-cloud-python#3711 so the test now passes.
1 parent 722503a commit 481ded0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

storage/cloud-client/snippets_test.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,6 @@ def test_add_bucket_label(capsys):
4848
assert 'example' in out
4949

5050

51-
@pytest.mark.xfail(
52-
reason=(
53-
'https://github.com/GoogleCloudPlatform'
54-
'/google-cloud-python/issues/3711'))
5551
def test_remove_bucket_label(capsys):
5652
snippets.add_bucket_label(BUCKET)
5753
snippets.remove_bucket_label(BUCKET)

0 commit comments

Comments
 (0)
0