diff --git a/testing/notification-test-aws/src/test/java/org/opengroup/osdu/notification/api/TestPubsubEndpointHMAC.java b/testing/notification-test-aws/src/test/java/org/opengroup/osdu/notification/api/TestPubsubEndpointHMAC.java
index 2307e92c1cc90a94ebc1193bfb6e1b6345329977..5627cbc10ce458d23c6a11096f1dc39318835dae 100644
--- a/testing/notification-test-aws/src/test/java/org/opengroup/osdu/notification/api/TestPubsubEndpointHMAC.java
+++ b/testing/notification-test-aws/src/test/java/org/opengroup/osdu/notification/api/TestPubsubEndpointHMAC.java
@@ -20,7 +20,6 @@ import org.junit.After;
 import org.junit.AfterClass;
 import org.junit.Before;
 import org.junit.BeforeClass;
-import org.junit.Ignore;
 import org.junit.Test;
 import org.opengroup.osdu.core.common.model.http.DpsHeaders;
 import org.opengroup.osdu.core.common.model.notification.HmacSecret;
@@ -134,7 +133,6 @@ public class TestPubsubEndpointHMAC extends PubsubEndpointHMACTests {
         awssubscriptionService.delete(subscriptionId);
     }
 
-    @Ignore
     @Override
     @Test
     public void should_return20X_when_usingCredentialsWithOpsPermission() throws Exception{
diff --git a/testing/notification-test-gc/src/test/java/org/opengroup/osdu/notification/api/TestPushEndpointGsa.java b/testing/notification-test-gc/src/test/java/org/opengroup/osdu/notification/api/TestPushEndpointGsa.java
index 3bc10c6715d4e31842367501b7c5063d54d2d75e..2245bebf5425439ebd5a0680c6c4e0b7695be2ff 100644
--- a/testing/notification-test-gc/src/test/java/org/opengroup/osdu/notification/api/TestPushEndpointGsa.java
+++ b/testing/notification-test-gc/src/test/java/org/opengroup/osdu/notification/api/TestPushEndpointGsa.java
@@ -21,7 +21,6 @@ import com.google.common.base.Strings;
 import com.sun.jersey.api.client.ClientResponse;
 import org.junit.After;
 import org.junit.Before;
-import org.junit.Ignore;
 import org.junit.Test;
 import org.opengroup.osdu.core.common.model.http.DpsHeaders;
 import org.opengroup.osdu.core.common.model.notification.*;
@@ -88,7 +87,6 @@ public class TestPushEndpointGsa {
     createResourceInPartition(tenant);
   }
 
-  @Ignore
   @Test
   public void testPushEndpoint() throws Exception {
     servicesUtils.createStorageRecords(suffix, 3, LEGAL_TAG_NAME);
diff --git a/testing/notification-test-gc/src/test/java/org/opengroup/osdu/notification/api/TestPushEndpointHMAC.java b/testing/notification-test-gc/src/test/java/org/opengroup/osdu/notification/api/TestPushEndpointHMAC.java
index 2dc07ede2a2c1b431efd721379336b0e1f133834..a4b5ec17d9874c37f3c54f47b4908710b5d7231f 100644
--- a/testing/notification-test-gc/src/test/java/org/opengroup/osdu/notification/api/TestPushEndpointHMAC.java
+++ b/testing/notification-test-gc/src/test/java/org/opengroup/osdu/notification/api/TestPushEndpointHMAC.java
@@ -20,7 +20,6 @@ package org.opengroup.osdu.notification.api;
 import com.sun.jersey.api.client.ClientResponse;
 import org.junit.After;
 import org.junit.Before;
-import org.junit.Ignore;
 import org.junit.Test;
 import org.opengroup.osdu.core.common.model.http.DpsHeaders;
 import org.opengroup.osdu.core.common.model.notification.HmacSecret;
@@ -84,7 +83,6 @@ public class TestPushEndpointHMAC {
     createResourceInPartition(tenant);
   }
 
-  @Ignore
   @Test
   public void testPushEndpoint() throws Exception {
     servicesUtils.createStorageRecords(suffix, 3, LEGAL_TAG_NAME);