File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff 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" )
402403def 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" )
623625def test_download_public_file (test_public_blob ):
624626 storage_make_public .make_blob_public (
625627 test_public_blob .bucket .name , test_public_blob .name
You can’t perform that action at this time.
0 commit comments