[ReferenceGraphTest]: all ignored.
Project: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/commit/818cfec4 Tree: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/tree/818cfec4 Diff: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/diff/818cfec4 Branch: refs/heads/master Commit: 818cfec4d5e9ab31bdcb59b7e8fbcbeda8b65875 Parents: 2232beb Author: DO YUNG YOON <[email protected]> Authored: Wed Apr 26 15:38:22 2017 +0900 Committer: DO YUNG YOON <[email protected]> Committed: Wed Apr 26 15:38:22 2017 +0900 ---------------------------------------------------------------------- s2core/src/main/scala/org/apache/s2graph/core/S2Graph.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-s2graph/blob/818cfec4/s2core/src/main/scala/org/apache/s2graph/core/S2Graph.scala ---------------------------------------------------------------------- diff --git a/s2core/src/main/scala/org/apache/s2graph/core/S2Graph.scala b/s2core/src/main/scala/org/apache/s2graph/core/S2Graph.scala index de87b43..dfd22ca 100644 --- a/s2core/src/main/scala/org/apache/s2graph/core/S2Graph.scala +++ b/s2core/src/main/scala/org/apache/s2graph/core/S2Graph.scala @@ -578,7 +578,7 @@ object S2Graph { // new Graph.OptOut(test="org.apache.tinkerpop.gremlin.structure.util.reference.ReferenceVertexPropertyTest", method="*", reason="no"), // passed: all, failed: none - new Graph.OptOut(test="org.apache.tinkerpop.gremlin.structure.util.reference.ReferenceGraphTest", method="*", reason="no"), +// new Graph.OptOut(test="org.apache.tinkerpop.gremlin.structure.util.reference.ReferenceGraphTest", method="*", reason="no"), // passed: all, failed: none, all ignored new Graph.OptOut(test="org.apache.tinkerpop.gremlin.structure.util.reference.ReferenceVertexTest", method="*", reason="no"), // passed: all, failed: none, all ignored
