We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72f22b0 commit 38b9b55Copy full SHA for 38b9b55
tests/system/test_bucket.py
@@ -806,6 +806,7 @@ def test_ubla_set_unset_preserves_acls(
806
assert blob_acl_before == blob_acl_after
807
808
809
+@pytest.mark.skip(reason="Unspecified PAP is changing to inherited")
810
def test_new_bucket_created_w_unspecified_pap(
811
storage_client, buckets_to_delete, blobs_to_delete,
812
):
@@ -855,6 +856,7 @@ def test_new_bucket_created_w_unspecified_pap(
855
856
blob.make_public()
857
858
859
860
def test_new_bucket_created_w_enforced_pap(
861
862
0 commit comments