Skip to content

Commit fe3851d

Browse files
committed
skip notification tests until b/470069573 is fixed
1 parent ddc649a commit fe3851d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/system/test_notification.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ def notification_topic(storage_client, publisher_client, topic_path, no_mtls):
6969
publisher_client.set_iam_policy(request={"resource": topic_path, "policy": policy})
7070

7171

72+
@pytest.mark.skip(reason="until b/470069573 is fixed")
7273
def test_notification_create_minimal(
7374
storage_client,
7475
buckets_to_delete,
@@ -94,6 +95,7 @@ def test_notification_create_minimal(
9495
notification.delete()
9596

9697

98+
@pytest.mark.skip(reason="until b/470069573 is fixed")
9799
def test_notification_create_explicit(
98100
storage_client,
99101
buckets_to_delete,
@@ -128,6 +130,7 @@ def test_notification_create_explicit(
128130
notification.delete()
129131

130132

133+
@pytest.mark.skip(reason="until b/470069573 is fixed")
131134
def test_notification_create_w_user_project(
132135
storage_client,
133136
buckets_to_delete,
@@ -156,6 +159,7 @@ def test_notification_create_w_user_project(
156159
notification.delete()
157160

158161

162+
@pytest.mark.skip(reason="until b/470069573 is fixed")
159163
def test_notification_create_wo_topic_name(
160164
storage_client,
161165
buckets_to_delete,
@@ -184,6 +188,7 @@ def test_notification_create_wo_topic_name(
184188
notification.create()
185189

186190

191+
@pytest.mark.skip(reason="until b/470069573 is fixed")
187192
def test_bucket_get_notification(
188193
storage_client,
189194
buckets_to_delete,

0 commit comments

Comments
 (0)