Github user spmallette commented on a diff in the pull request:
https://github.com/apache/tinkerpop/pull/882#discussion_r206194431
--- Diff:
gremlin-core/src/main/java/org/apache/tinkerpop/gremlin/process/remote/RemoteGraph.java
---
@@ -60,6 +60,10 @@
test =
"org.apache.tinkerpop.gremlin.process.traversal.step.map.PageRankTest",
method = "*",
reason = "hmmmm")
[email protected](
+ test =
"org.apache.tinkerpop.gremlin.process.traversal.step.map.ShortestPathTest",
+ method = "*",
+ reason = "hmmmm")
--- End diff --
I'm going to update the "hmmm" to
https://issues.apache.org/jira/browse/TINKERPOP-1976 - please do the same in
your PR. :smile:
---