File tree 1 file changed +2
-6
lines changed
extended-it/src/test/java/apoc/neo4j/docker
1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 10
10
import apoc .util .TestContainerUtil .ApocPackage ;
11
11
import apoc .util .TestUtil ;
12
12
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 .*;
19
14
import org .neo4j .driver .Session ;
20
15
import org .neo4j .graphdb .Entity ;
21
16
import org .neo4j .graphdb .Label ;
@@ -214,6 +209,7 @@ private void graphRefactorAssertions(Map<String, Object> r) {
214
209
}
215
210
216
211
@ Test
212
+ @ Ignore
217
213
public void testBoltLoadReturningMapAndList () {
218
214
session .executeWrite (tx -> tx .run ("CREATE (rootA:BoltStart {foobar: 'foobar'})-[:VIEWED {id: 2}]->(:Other {id: 1})" ).consume ());
219
215
You can’t perform that action at this time.
0 commit comments