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 91dce21 commit 3dabca8Copy full SHA for 3dabca8
extended-it/src/test/java/apoc/vectordb/QdrantTest.java
@@ -8,6 +8,7 @@
8
import org.junit.Before;
9
import org.junit.BeforeClass;
10
import org.junit.ClassRule;
11
+import org.junit.Ignore;
12
import org.junit.Test;
13
import org.junit.rules.TemporaryFolder;
14
import org.neo4j.dbms.api.DatabaseManagementService;
@@ -472,6 +473,7 @@ MAPPING_KEY, map(
472
473
}
474
475
@Test
476
+ @Ignore("flaky")
477
public void queryReadOnlyVectorsWithMapping() {
478
db.executeTransactionally("CREATE (:Start)-[:TEST {readID: 'one'}]->(:End), (:Start)-[:TEST {readID: 'two'}]->(:End)");
479
0 commit comments