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 966157ac9bc9ac10e1614002d7b757d05adbddc3..858d7c1c6c3dc2163bcb7b975eb9d34e6e91b2ad 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);