Skip to content

Commit 536a232

Browse files
author
Zhen
committed
Fix the compliation error on build system
1 parent 5ea44cb commit 536a232

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

driver/src/test/java/org/neo4j/driver/v1/integration/ConnectionPoolIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@
3636

3737
import static junit.framework.TestCase.fail;
3838

39+
@Ignore // TODO: re-enable this test when detecting a started server becomes more predictable
3940
public class ConnectionPoolIT
4041
{
4142
@Rule
4243
public TestNeo4j neo4j = new TestNeo4j();
4344
private Driver driver;
4445
private SessionGrabber sessionGrabber;
4546

46-
@Ignore // TODO: re-enable this test when detecting a started server becomes more predictable
4747
@Test
4848
public void shouldRecoverFromDownedServer() throws Throwable
4949
{

0 commit comments

Comments
 (0)