This repository was archived by the owner on Apr 22, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
tests/src/test/java/org/neo4j/graphalgo/core Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -105,6 +105,7 @@ public void shouldLoadRelationshipsNodesForNonExistingTypes() {
105105 }
106106
107107 @ Test
108+ @ Ignore ("Ignoring until Paul has implemented deduplication logic" )
108109 public void shouldLoadWeightedRelationshipsNodesForNonExistingStringTypes () {
109110 final Graph graph = new GraphLoader (RandomGraphTestCase .db )
110111 .withRelationshipType ("foo" )
@@ -114,6 +115,7 @@ public void shouldLoadWeightedRelationshipsNodesForNonExistingStringTypes() {
114115 }
115116
116117 @ Test
118+ @ Ignore ("Ignoring until Paul has implemented deduplication logic" )
117119 public void shouldLoadWeightedRelationshipsNodesForNonExistingTypes () {
118120 final Graph graph = new GraphLoader (RandomGraphTestCase .db )
119121 .withRelationshipType (RelationshipType .withName ("foo" ))
@@ -123,7 +125,6 @@ public void shouldLoadWeightedRelationshipsNodesForNonExistingTypes() {
123125 }
124126
125127 @ Test
126- @ Ignore ("Ignoring until Paul has implemented deduplication logic" )
127128 public void shouldLoadDefaultWeightForNonExistingProperty () {
128129 final Graph graph = new GraphLoader (RandomGraphTestCase .db )
129130 .withRelationshipWeightsFromProperty ("foo" , 13.37 )
You can’t perform that action at this time.
0 commit comments