Skip to content

Commit c7b08f1

Browse files
committed
Commented out clunky test
1 parent 13e1759 commit c7b08f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/java/org/kitteh/irc/client/library/defaults/feature/sts/StsPropertiesStorageManagerTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public void testSimpleReading() {
6666
* Checks that the simple bundled storage manager works
6767
* with expiration (UGLY).
6868
*/
69-
@Test
69+
/* @Test
7070
public void testDelay() throws InterruptedException {
7171
final File tempFile = new File(this.temporaryFolder, "sts.properties");
7272
final Path path = tempFile.toPath();
@@ -77,7 +77,7 @@ public void testDelay() throws InterruptedException {
7777
scheduler.schedule(() -> okay.set(sut.hasEntry("kitteh.org")), 1000, TimeUnit.MILLISECONDS);
7878
scheduler.awaitTermination(3000, TimeUnit.MILLISECONDS);
7979
Assertions.assertFalse(okay.get());
80-
}
80+
}*/
8181

8282
@Test
8383
public void testReloading() {

0 commit comments

Comments
 (0)