Skip to content

Commit e072133

Browse files
authored
chore: skip failing samples due to public access prevention enforcement (#1668)
skip failing samples due to public access prevention enforcement. More Details on b/469643064
1 parent fc95b35 commit e072133

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

samples/snippets/snippets_test.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -399,6 +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.xfail(reason="wait until b/469643064 is fixed")
402403
def test_make_blob_public(test_public_blob):
403404
storage_make_public.make_blob_public(
404405
test_public_blob.bucket.name, test_public_blob.name
@@ -620,6 +621,7 @@ def test_get_service_account(capsys):
620621
assert "@gs-project-accounts.iam.gserviceaccount.com" in out
621622

622623

624+
@pytest.mark.xfail(reason="wait until b/469643064 is fixed")
623625
def test_download_public_file(test_public_blob):
624626
storage_make_public.make_blob_public(
625627
test_public_blob.bucket.name, test_public_blob.name

0 commit comments

Comments
 (0)