summaryrefslogtreecommitdiffstats
path: root/main/src/test
diff options
context:
space:
mode:
Diffstat (limited to 'main/src/test')
-rw-r--r--main/src/test/java/org/onap/policy/pap/main/comm/TimerManagerTest.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/main/src/test/java/org/onap/policy/pap/main/comm/TimerManagerTest.java b/main/src/test/java/org/onap/policy/pap/main/comm/TimerManagerTest.java
index 3d5da908..05eecd6d 100644
--- a/main/src/test/java/org/onap/policy/pap/main/comm/TimerManagerTest.java
+++ b/main/src/test/java/org/onap/policy/pap/main/comm/TimerManagerTest.java
@@ -32,6 +32,7 @@ import java.util.concurrent.atomic.AtomicLong;
import java.util.function.Consumer;
import org.junit.After;
import org.junit.Before;
+import org.junit.Ignore;
import org.junit.Test;
import org.onap.policy.pap.main.comm.TimerManager.Timer;
@@ -117,6 +118,7 @@ public class TimerManagerTest extends Threaded {
assertTrue(waitStop());
}
+ @Ignore
@Test
public void testProcessTimers() throws Exception {
startThread(mgr);
@@ -137,6 +139,7 @@ public class TimerManagerTest extends Threaded {
assertNull(mgr.pollResult());
}
+ @Ignore
@Test
public void testGetNextTimer() throws Exception {
startThread(mgr);