Skip to content

Commit

Permalink
[2kuFEKOe] Fix flaky integration test (#512)
Browse files Browse the repository at this point in the history
Tmpfs has been causing flaky tests on team city.
  • Loading branch information
loveleif authored Oct 24, 2023
1 parent 0c37a5e commit 36e649d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test-utils/src/main/java/apoc/util/TestContainerUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ private static Neo4jContainerExtension createNeo4jContainer(List<ApocPackage> ap
System.out.println("neo4jDockerImageVersion = " + dockerImage);
Neo4jContainerExtension neo4jContainer = new Neo4jContainerExtension(dockerImage)
.withPlugins(MountableFile.forHostPath(pluginsFolder.toPath()))
.withTmpFs(Map.of("/logs", "rw", "/data", "rw", pluginsFolder.toPath().toAbsolutePath().toString(), "rw"))
.withAdminPassword(password)
.withEnv("NEO4J_ACCEPT_LICENSE_AGREEMENT", "yes")
.withEnv("apoc.export.file.enabled", "true")
Expand Down

0 comments on commit 36e649d

Please sign in to comment.