Skip to content

Commit

Permalink
Drop xfail for passing test_remove_bucket_label
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 committed May 21, 2019
1 parent ff8f235 commit c81e6a8
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 c81e6a8

Please sign in to comment.