From d01c8e2a11d142f94c4834f2e2c61afd4b267c03 Mon Sep 17 00:00:00 2001 From: Thomas Knall Date: Tue, 25 Nov 2014 12:54:04 +0100 Subject: Disable bogus test eu.stork.peps.tests.DateUtilTestCase.testCurrentTimeStampAfter(). --- .../src/test/java/eu/stork/peps/tests/DateUtilTestCase.java | 2 ++ 1 file changed, 2 insertions(+) (limited to 'id/server/stork2-commons') diff --git a/id/server/stork2-commons/src/test/java/eu/stork/peps/tests/DateUtilTestCase.java b/id/server/stork2-commons/src/test/java/eu/stork/peps/tests/DateUtilTestCase.java index 5d2296997..f6cacd67b 100644 --- a/id/server/stork2-commons/src/test/java/eu/stork/peps/tests/DateUtilTestCase.java +++ b/id/server/stork2-commons/src/test/java/eu/stork/peps/tests/DateUtilTestCase.java @@ -19,6 +19,7 @@ import java.util.Properties; import org.joda.time.DateTime; import org.junit.Assert; import org.junit.BeforeClass; +import org.junit.Ignore; import org.junit.Test; import eu.stork.peps.auth.commons.DateUtil; @@ -286,6 +287,7 @@ public final class DateUtilTestCase { * TimeStamp (TS). Must return true. */ @Test + @Ignore public void testCurrentTimeStampAfter() { Timestamp ts = DateUtil.currentTimeStamp(); Assert.assertEquals(DateUtil.currentTimeStamp(), ts); -- cgit v1.2.3