Skip to content
Snippets Groups Projects
Commit 61798d96 authored by Solomon Ayalew's avatar Solomon Ayalew
Browse files

Remove @Ignore flag from tests

parent 9f18e465
No related branches found
No related tags found
1 merge request!438Solxget/java 17 test
Pipeline #217208 failed
......@@ -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{
......
......@@ -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);
......
......@@ -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);
......
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