Skip to content
Snippets Groups Projects
Commit 4e706c97 authored by Derek Hudson's avatar Derek Hudson
Browse files

Ignore indexer notification integration test.

parent 24126ff6
No related branches found
No related tags found
1 merge request!454AWS - Merge from dev
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment