[IoCustomTest] 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/3a0272f8 Tree: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/tree/3a0272f8 Diff: http://git-wip-us.apache.org/repos/asf/incubator-s2graph/diff/3a0272f8 Branch: refs/heads/master Commit: 3a0272f8b85ca2e77ec6e7188039c0af5f290e31 Parents: a9c5016 Author: DO YUNG YOON <[email protected]> Authored: Thu Apr 27 19:50:26 2017 +0900 Committer: DO YUNG YOON <[email protected]> Committed: Thu Apr 27 19:50:26 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/3a0272f8/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 2635eba..0aa570d 100644 --- a/s2core/src/main/scala/org/apache/s2graph/core/S2Graph.scala +++ b/s2core/src/main/scala/org/apache/s2graph/core/S2Graph.scala @@ -588,7 +588,7 @@ object S2Graph { // passed: all, failed: $GryoTest.shouldSerializeTree - new Graph.OptOut(test="org.apache.tinkerpop.gremlin.structure.io.IoCustomTest", method="*", reason="no"), // all ignored. +// new Graph.OptOut(test="org.apache.tinkerpop.gremlin.structure.io.IoCustomTest", method="*", reason="no"), // all ignored. new Graph.OptOut(test="org.apache.tinkerpop.gremlin.structure.io.IoEdgeTest", method="*", reason="no"), // all failed. new Graph.OptOut(test="org.apache.tinkerpop.gremlin.structure.io.IoGraphTest", method="*", reason="no"), // all failed. new Graph.OptOut(test="org.apache.tinkerpop.gremlin.structure.io.IoPropertyTest", method="*", reason="no"), // all failed.
