Skip to content
This repository was archived by the owner on Apr 22, 2020. It is now read-only.

Commit 51d5df8

Browse files
author
Mark Needham
committed
wrong tests ignored
1 parent 37a4d5a commit 51d5df8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/src/test/java/org/neo4j/graphalgo/core/GraphNegativeTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)