Github user okram commented on the pull request: https://github.com/apache/incubator-tinkerpop/pull/283#issuecomment-203393903 Huh. I don't know why I didn't catch that. We already OPT_OUT of a related in `RemoteGraph`. ``` @Graph.OptOut( test = "org.apache.tinkerpop.gremlin.process.computer.ranking.pagerank.PageRankVertexProgramTest", method = "*", reason = "RemoteGraph does not support direct Graph.compute() access") ``` Just OPT'd_OUT of the one above. Running `mvn clean install` right now.
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---