diff --git a/tests/system/test_notification.py b/tests/system/test_notification.py index 28c07aeb0..48c6c4ba8 100644 --- a/tests/system/test_notification.py +++ b/tests/system/test_notification.py @@ -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, @@ -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, @@ -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, @@ -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, @@ -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,