From 4e706c977a3fbb412ef66d1b99ce961be041f1c4 Mon Sep 17 00:00:00 2001 From: Derek Hudson <dhudsons@amazon.com> Date: Tue, 31 Oct 2023 20:44:48 +0000 Subject: [PATCH] Ignore indexer notification integration test. --- .../notification/subscriptions/TestNotificationsEndpoint.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/testing/notification-test-aws/src/test/java/org/opengroup/osdu/notification/subscriptions/TestNotificationsEndpoint.java b/testing/notification-test-aws/src/test/java/org/opengroup/osdu/notification/subscriptions/TestNotificationsEndpoint.java index 966157ac9..858d7c1c6 100644 --- a/testing/notification-test-aws/src/test/java/org/opengroup/osdu/notification/subscriptions/TestNotificationsEndpoint.java +++ b/testing/notification-test-aws/src/test/java/org/opengroup/osdu/notification/subscriptions/TestNotificationsEndpoint.java @@ -26,6 +26,7 @@ import com.amazonaws.services.sqs.model.ReceiveMessageRequest; import com.fasterxml.jackson.databind.ObjectMapper; import org.junit.After; import org.junit.BeforeClass; +import org.junit.Ignore; import org.junit.Test; import org.opengroup.osdu.core.common.http.json.HttpResponseBodyMapper; import org.opengroup.osdu.core.common.model.http.DpsHeaders; @@ -349,6 +350,7 @@ public class TestNotificationsEndpoint { } @Test + @Ignore("On the pipeline, this integration test can take way more than 10 minutes, which is determined to be unrealistic.") public void test_Indexer_Notifications_Received() throws Exception { synchronized (mutex) { PushQueue storageQueue = queues.get(INDEXER_STORAGE_STORAGE_QUEUE_NUM); -- GitLab