Skip to content

Commit a0b114d

Browse files
committed
Ignore test that hangs on jdk7 on OSX
1 parent ad0ccae commit a0b114d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
*/
1919
package org.neo4j.driver.v1.integration;
2020

21+
import org.junit.Ignore;
2122
import org.junit.Rule;
2223
import org.junit.Test;
2324

@@ -35,6 +36,7 @@
3536
import static org.junit.Assert.assertFalse;
3637
import static org.neo4j.driver.v1.Values.parameters;
3738

39+
@Ignore
3840
public class LoadCSVIT
3941
{
4042
@Rule

0 commit comments

Comments
 (0)