Skip to content

Commit

Permalink
fix: skip tests that use unspecified pap until we get the change in (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Gabriel Neyer committed Sep 27, 2021
1 parent 72f22b0 commit 38b9b55
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/system/test_bucket.py
Original file line number Diff line number Diff line change
Expand Up @@ -806,6 +806,7 @@ def test_ubla_set_unset_preserves_acls(
assert blob_acl_before == blob_acl_after


@pytest.mark.skip(reason="Unspecified PAP is changing to inherited")
def test_new_bucket_created_w_unspecified_pap(
storage_client, buckets_to_delete, blobs_to_delete,
):
Expand Down Expand Up @@ -855,6 +856,7 @@ def test_new_bucket_created_w_unspecified_pap(
blob.make_public()


@pytest.mark.skip(reason="Unspecified PAP is changing to inherited")
def test_new_bucket_created_w_enforced_pap(
storage_client, buckets_to_delete, blobs_to_delete,
):
Expand Down

0 comments on commit 38b9b55

Please sign in to comment.