Skip to content

Commit

Permalink
Ignore testResourceHandlerClearedByJVM() test
Browse files Browse the repository at this point in the history
  • Loading branch information
leventov committed Feb 22, 2017
1 parent 700c7c9 commit fcee791
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions common/src/test/java/io/druid/collections/StupidPoolTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -70,6 +71,7 @@ public void testExceptionInResourceHolderGet() throws IOException
resourceHolderObj.get();
}

@Ignore
@Test(timeout = 60_000)
public void testResourceHandlerClearedByJVM()
{
Expand Down

0 comments on commit fcee791

Please sign in to comment.