Skip to content

Commit

Permalink
Drop xfail for passing test_remove_bucket_label (#2173)
Browse files Browse the repository at this point in the history
The Python client was fixed in
googleapis/google-cloud-python#3711
so the test now passes.
  • Loading branch information
jwhitlock authored and gguuss committed Jul 24, 2019
1 parent 722503a commit 481ded0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions storage/cloud-client/snippets_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,6 @@ def test_add_bucket_label(capsys):
assert 'example' in out


@pytest.mark.xfail(
reason=(
'https://github.com/GoogleCloudPlatform'
'/google-cloud-python/issues/3711'))
def test_remove_bucket_label(capsys):
snippets.add_bucket_label(BUCKET)
snippets.remove_bucket_label(BUCKET)
Expand Down

0 comments on commit 481ded0

Please sign in to comment.