Repository: tinkerpop Updated Branches: refs/heads/TINKERPOP-1278 87be8a7d1 -> 9e449df23
Ignore this test - it fails in certain environments. It will also be replaced by native python testing. Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/9e449df2 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/9e449df2 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/9e449df2 Branch: refs/heads/TINKERPOP-1278 Commit: 9e449df23ee9fe2aafcbc8ca32987a16bd34b36d Parents: 87be8a7 Author: Stephen Mallette <[email protected]> Authored: Fri Aug 26 08:06:54 2016 -0400 Committer: Stephen Mallette <[email protected]> Committed: Fri Aug 26 08:06:54 2016 -0400 ---------------------------------------------------------------------- .../tinkerpop/gremlin/python/driver/DriverRemoteConnectionTest.java | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/9e449df2/gremlin-python/src/test/java/org/apache/tinkerpop/gremlin/python/driver/DriverRemoteConnectionTest.java ---------------------------------------------------------------------- diff --git a/gremlin-python/src/test/java/org/apache/tinkerpop/gremlin/python/driver/DriverRemoteConnectionTest.java b/gremlin-python/src/test/java/org/apache/tinkerpop/gremlin/python/driver/DriverRemoteConnectionTest.java index 0434809..27952a8 100644 --- a/gremlin-python/src/test/java/org/apache/tinkerpop/gremlin/python/driver/DriverRemoteConnectionTest.java +++ b/gremlin-python/src/test/java/org/apache/tinkerpop/gremlin/python/driver/DriverRemoteConnectionTest.java @@ -44,6 +44,7 @@ import static org.junit.Assert.assertTrue; /** * @author Marko A. Rodriguez (http://markorodriguez.com) */ [email protected] public class DriverRemoteConnectionTest { private static boolean PYTHON_EXISTS = false;
