Skip to content

Commit 5c148b0

Browse files
committed
ignored flaky test
1 parent cb4c527 commit 5c148b0

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

extended-it/src/test/java/apoc/neo4j/docker/BoltTest.java

+2-6
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,7 @@
1010
import apoc.util.TestContainerUtil.ApocPackage;
1111
import apoc.util.TestUtil;
1212
import apoc.util.Util;
13-
import org.junit.After;
14-
import org.junit.AfterClass;
15-
import org.junit.Assume;
16-
import org.junit.BeforeClass;
17-
import org.junit.ClassRule;
18-
import org.junit.Test;
13+
import org.junit.*;
1914
import org.neo4j.driver.Session;
2015
import org.neo4j.graphdb.Entity;
2116
import org.neo4j.graphdb.Label;
@@ -214,6 +209,7 @@ private void graphRefactorAssertions(Map<String, Object> r) {
214209
}
215210

216211
@Test
212+
@Ignore
217213
public void testBoltLoadReturningMapAndList() {
218214
session.executeWrite(tx -> tx.run("CREATE (rootA:BoltStart {foobar: 'foobar'})-[:VIEWED {id: 2}]->(:Other {id: 1})").consume());
219215

0 commit comments

Comments
 (0)