We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e406e45 + 642cd46 commit f323c88Copy full SHA for f323c88
extended-it/src/test/java/apoc/neo4j/docker/SystemDbEnterpriseTest.java
@@ -6,6 +6,7 @@
6
import org.apache.commons.io.FileUtils;
7
import org.junit.AfterClass;
8
import org.junit.BeforeClass;
9
+import org.junit.Ignore;
10
import org.junit.Test;
11
import org.neo4j.driver.Session;
12
import org.neo4j.driver.types.Node;
@@ -69,6 +70,7 @@ public static void afterClass() throws IOException {
69
70
}
71
72
@Test
73
+ @Ignore
74
public void systemDbGraphProcedureShouldObfuscateSensitiveData() {
75
76
// user creation
0 commit comments