From 3d814baea3c35c33c840072e94e63b55b0cd0537 Mon Sep 17 00:00:00 2001 From: Chandra Sirimala Date: Tue, 23 Dec 2025 06:05:39 +0000 Subject: [PATCH] Revert "skip notification tests until b/470069573 is fixed" This reverts commit fe3851d55fc1ba7d6cbe741871ee97fee4ae578e. --- tests/system/test_notification.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/system/test_notification.py b/tests/system/test_notification.py index c21d836a3..9b631c29b 100644 --- a/tests/system/test_notification.py +++ b/tests/system/test_notification.py @@ -69,7 +69,6 @@ def notification_topic(storage_client, publisher_client, topic_path, no_mtls): publisher_client.set_iam_policy(request={"resource": topic_path, "policy": policy}) -@pytest.mark.skip(reason="until b/470069573 is fixed") def test_notification_create_minimal( storage_client, buckets_to_delete, @@ -95,7 +94,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, @@ -130,7 +128,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, @@ -159,7 +156,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, @@ -188,7 +184,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,