Skip to content
This repository was archived by the owner on Sep 17, 2025. It is now read-only.

Commit 29cbf48

Browse files
committed
re-enabled tests
1 parent 2491801 commit 29cbf48

File tree

1 file changed

+0
-22
lines changed

1 file changed

+0
-22
lines changed

src/main/java/com/arangodb/tinkerpop/gremlin/structure/ArangoDBGraph.java

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -162,32 +162,10 @@
162162
test = "org.apache.tinkerpop.gremlin.structure.GraphTest",
163163
method = "shouldEvaluateConnectivityPatterns",
164164
reason = "FIXME")
165-
@Graph.OptOut(
166-
test = "org.apache.tinkerpop.gremlin.structure.VertexPropertyTest$VertexPropertyAddition",
167-
method = "shouldAllowIdAssignment",
168-
reason = "FIXME")
169-
@Graph.OptOut(
170-
test = "org.apache.tinkerpop.gremlin.structure.PropertyTest$BasicPropertyTest",
171-
method = "shouldAllowNullAddVertexProperty",
172-
reason = "FIXME"
173-
)
174-
@Graph.OptOut(
175-
test = "org.apache.tinkerpop.gremlin.structure.PropertyTest$BasicPropertyTest",
176-
method = "shouldAllowNullAddVertex",
177-
reason = "FIXME"
178-
)
179165
@Graph.OptOut(
180166
test = "org.apache.tinkerpop.gremlin.structure.util.reference.ReferenceVertexTest",
181167
method = "shouldNotEvaluateToEqualDifferentId",
182168
reason = "FIXME")
183-
@Graph.OptOut(
184-
test = "org.apache.tinkerpop.gremlin.structure.SerializationTest$GryoV3Test",
185-
method = "shouldSerializeTree",
186-
reason = "FIXME")
187-
@Graph.OptOut(
188-
test = "org.apache.tinkerpop.gremlin.structure.SerializationTest$GryoV1Test",
189-
method = "shouldSerializeTree",
190-
reason = "FIXME")
191169
@Graph.OptOut(
192170
test = "org.apache.tinkerpop.gremlin.structure.util.star.StarGraphTest",
193171
method = "shouldAttachWithCreateMethod",

0 commit comments

Comments
 (0)