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.
1 parent 0f6d3b4 commit 4f6a1c6Copy full SHA for 4f6a1c6
proc/sysinfo/src/test/java/org/neo4j/gds/SysInfoProcTest.java
@@ -22,6 +22,7 @@
22
import org.assertj.core.api.Condition;
23
import org.assertj.core.api.InstanceOfAssertFactories;
24
import org.junit.jupiter.api.BeforeEach;
25
+import org.junit.jupiter.api.Disabled;
26
import org.junit.jupiter.api.Test;
27
import org.neo4j.configuration.GraphDatabaseSettings;
28
import org.neo4j.gds.compat.GraphDatabaseApiProxy;
@@ -92,6 +93,7 @@ protected void configuration(TestDatabaseManagementServiceBuilder builder) {
92
93
.setConfig(Settings.transactionStateMaxOffHeapMemory(), 1337L);
94
}
95
96
+ @Disabled
97
@Test
98
void testSysInfoProc() throws IOException {
99
var result = runQuery("CALL gds.debug.sysInfo()", res -> res.stream().collect(
0 commit comments