Skip to content

Commit 38b9b55

Browse files
author
Aaron Gabriel Neyer
authored
fix: skip tests that use unspecified pap until we get the change in (#600)
1 parent 72f22b0 commit 38b9b55

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/system/test_bucket.py

+2
Original file line numberDiff line numberDiff line change
@@ -806,6 +806,7 @@ def test_ubla_set_unset_preserves_acls(
806806
assert blob_acl_before == blob_acl_after
807807

808808

809+
@pytest.mark.skip(reason="Unspecified PAP is changing to inherited")
809810
def test_new_bucket_created_w_unspecified_pap(
810811
storage_client, buckets_to_delete, blobs_to_delete,
811812
):
@@ -855,6 +856,7 @@ def test_new_bucket_created_w_unspecified_pap(
855856
blob.make_public()
856857

857858

859+
@pytest.mark.skip(reason="Unspecified PAP is changing to inherited")
858860
def test_new_bucket_created_w_enforced_pap(
859861
storage_client, buckets_to_delete, blobs_to_delete,
860862
):

0 commit comments

Comments
 (0)