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 99ae7e7 commit 120f64cCopy full SHA for 120f64c
storage/cloud-client/public_access_prevention_test.py
@@ -12,11 +12,14 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
+import pytest
16
+
17
import storage_get_public_access_prevention
18
import storage_set_public_access_prevention_enforced
19
import storage_set_public_access_prevention_unspecified
20
21
22
+@pytest.mark.skip(reason="Unspecified PAP is changing to inherited")
23
def test_get_public_access_prevention(bucket, capsys):
24
short_name = storage_get_public_access_prevention
25
short_name.get_public_access_prevention(
0 commit comments