From fcee791629d5b6b02f303cc8af5cfa76b8f55167 Mon Sep 17 00:00:00 2001 From: leventov Date: Tue, 21 Feb 2017 19:23:43 -0600 Subject: [PATCH] Ignore testResourceHandlerClearedByJVM() test --- common/src/test/java/io/druid/collections/StupidPoolTest.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/src/test/java/io/druid/collections/StupidPoolTest.java b/common/src/test/java/io/druid/collections/StupidPoolTest.java index a948c2c6835d..cdcedd7b9366 100644 --- a/common/src/test/java/io/druid/collections/StupidPoolTest.java +++ b/common/src/test/java/io/druid/collections/StupidPoolTest.java @@ -26,6 +26,7 @@ import org.junit.After; import org.junit.Assert; import org.junit.Before; +import org.junit.Ignore; import org.junit.Test; import java.io.IOException; @@ -70,6 +71,7 @@ public void testExceptionInResourceHolderGet() throws IOException resourceHolderObj.get(); } + @Ignore @Test(timeout = 60_000) public void testResourceHandlerClearedByJVM() {