This repository was archived by the owner on Sep 17, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +0
-22
lines changed
src/main/java/com/arangodb/tinkerpop/gremlin/structure Expand file tree Collapse file tree 1 file changed +0
-22
lines changed Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments