Skip to content
This repository was archived by the owner on Mar 31, 2026. It is now read-only.

Commit 827e090

Browse files
committed
use xfail instead of skip
1 parent 977086e commit 827e090

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

samples/snippets/snippets_test.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ def test_delete_blob(test_blob):
399399
storage_delete_file.delete_blob(test_blob.bucket.name, test_blob.name)
400400

401401

402-
@pytest.mark.skip(reason="wait until b/469643064 is fixed")
402+
@pytest.mark.xfail(reason="wait until b/469643064 is fixed")
403403
def test_make_blob_public(test_public_blob):
404404
storage_make_public.make_blob_public(
405405
test_public_blob.bucket.name, test_public_blob.name
@@ -621,7 +621,7 @@ def test_get_service_account(capsys):
621621
assert "@gs-project-accounts.iam.gserviceaccount.com" in out
622622

623623

624-
@pytest.mark.skip(reason="wait until b/469643064 is fixed")
624+
@pytest.mark.xfail(reason="wait until b/469643064 is fixed")
625625
def test_download_public_file(test_public_blob):
626626
storage_make_public.make_blob_public(
627627
test_public_blob.bucket.name, test_public_blob.name

0 commit comments

Comments
 (0)