Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions tests/system/test_notification.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ def notification_topic(storage_client, publisher_client, topic_path, no_mtls):
publisher_client.delete_topic(request={"topic": topic_path})


@pytest.mark.skip(reason="until b/470069573 is fixed")
def test_notification_create_minimal(
storage_client,
buckets_to_delete,
Expand All @@ -101,7 +100,6 @@ def test_notification_create_minimal(
notification.delete()


@pytest.mark.skip(reason="until b/470069573 is fixed")
def test_notification_create_explicit(
storage_client,
buckets_to_delete,
Expand Down Expand Up @@ -136,7 +134,6 @@ def test_notification_create_explicit(
notification.delete()


@pytest.mark.skip(reason="until b/470069573 is fixed")
def test_notification_create_w_user_project(
storage_client,
buckets_to_delete,
Expand Down Expand Up @@ -165,7 +162,6 @@ def test_notification_create_w_user_project(
notification.delete()


@pytest.mark.skip(reason="until b/470069573 is fixed")
def test_notification_create_wo_topic_name(
storage_client,
buckets_to_delete,
Expand Down Expand Up @@ -194,7 +190,6 @@ def test_notification_create_wo_topic_name(
notification.create()


@pytest.mark.skip(reason="until b/470069573 is fixed")
def test_bucket_get_notification(
storage_client,
buckets_to_delete,
Expand Down