Skip to content

Commit 120f64c

Browse files
authored
fix(storage): skip test temporarily before pap changes release (GoogleCloudPlatform#6750)
1 parent 99ae7e7 commit 120f64c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

storage/cloud-client/public_access_prevention_test.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,14 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15+
import pytest
16+
1517
import storage_get_public_access_prevention
1618
import storage_set_public_access_prevention_enforced
1719
import storage_set_public_access_prevention_unspecified
1820

1921

22+
@pytest.mark.skip(reason="Unspecified PAP is changing to inherited")
2023
def test_get_public_access_prevention(bucket, capsys):
2124
short_name = storage_get_public_access_prevention
2225
short_name.get_public_access_prevention(

0 commit comments

Comments
 (0)