From 1efb42a622d3cd4561fd58b59ae4066c8fd28d48 Mon Sep 17 00:00:00 2001 From: Cathy Ouyang Date: Mon, 27 Sep 2021 15:20:45 -0700 Subject: [PATCH] fix(storage): skip test temporarily before pap changes release --- storage/cloud-client/public_access_prevention_test.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/storage/cloud-client/public_access_prevention_test.py b/storage/cloud-client/public_access_prevention_test.py index 613e7c1ad8e..5b19b43c08d 100644 --- a/storage/cloud-client/public_access_prevention_test.py +++ b/storage/cloud-client/public_access_prevention_test.py @@ -12,11 +12,14 @@ # See the License for the specific language governing permissions and # limitations under the License. +import pytest + import storage_get_public_access_prevention import storage_set_public_access_prevention_enforced import storage_set_public_access_prevention_unspecified +@pytest.mark.skip(reason="Unspecified PAP is changing to inherited") def test_get_public_access_prevention(bucket, capsys): short_name = storage_get_public_access_prevention short_name.get_public_access_prevention(