Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1990 e886acd92 -> cbd157630
hmmmm Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/cbd15763 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/cbd15763 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/cbd15763 Branch: refs/heads/TINKERPOP-1990 Commit: cbd157630b082f71cadeddae41017ac9672dc1ea Parents: e886acd Author: Daniel Kuppitz <[email protected]> Authored: Mon Jul 30 09:43:26 2018 -0700 Committer: Daniel Kuppitz <[email protected]> Committed: Mon Jul 30 09:43:26 2018 -0700 ---------------------------------------------------------------------- .../org/apache/tinkerpop/gremlin/process/remote/RemoteGraph.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/cbd15763/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/remote/RemoteGraph.java ---------------------------------------------------------------------- diff --git a/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/remote/RemoteGraph.java b/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/remote/RemoteGraph.java index 7949c73..3427cd4 100644 --- a/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/remote/RemoteGraph.java +++ b/gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/remote/RemoteGraph.java @@ -63,7 +63,7 @@ import java.util.Iterator; @Graph.OptOut( test = "org.apache.tinkerpop.gremlin.process.traversal.step.map.ShortestPathTest", method = "*", - reason = "hmmmm") + reason = "https://issues.apache.org/jira/browse/TINKERPOP-1976") @Graph.OptOut( test = "org.apache.tinkerpop.gremlin.process.traversal.strategy.decoration.TranslationStrategyProcessTest", method = "*",
