You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by sp...@apache.org on 2015/11/12 01:41:03 UTC

incubator-tinkerpop git commit: Ignored all the DepenencyGrabberTest until that bug is fixed in groovy.

Repository: incubator-tinkerpop
Updated Branches:
  refs/heads/master e35e6c86d -> 8a2be65b4


Ignored all the DepenencyGrabberTest until that bug is fixed in groovy.

Still seeing periodic build problems with these tests.


Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/8a2be65b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/8a2be65b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/diff/8a2be65b

Branch: refs/heads/master
Commit: 8a2be65b459e61821e5fd627c0cfaffc8a50f206
Parents: e35e6c8
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Wed Nov 11 19:40:07 2015 -0500
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Wed Nov 11 19:40:07 2015 -0500

----------------------------------------------------------------------
 .../apache/tinkerpop/gremlin/groovy/util/DependencyGrabberTest.java | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/8a2be65b/gremlin-groovy/src/test/java/org/apache/tinkerpop/gremlin/groovy/util/DependencyGrabberTest.java
----------------------------------------------------------------------
diff --git a/gremlin-groovy/src/test/java/org/apache/tinkerpop/gremlin/groovy/util/DependencyGrabberTest.java b/gremlin-groovy/src/test/java/org/apache/tinkerpop/gremlin/groovy/util/DependencyGrabberTest.java
index 73fc554..eda0c61 100644
--- a/gremlin-groovy/src/test/java/org/apache/tinkerpop/gremlin/groovy/util/DependencyGrabberTest.java
+++ b/gremlin-groovy/src/test/java/org/apache/tinkerpop/gremlin/groovy/util/DependencyGrabberTest.java
@@ -42,6 +42,7 @@ public class DependencyGrabberTest {
     }
 
     @Test
+    @Ignore
     public void shouldInstallAndUninstallDependencies() {
         final String pkg = "org.apache.tinkerpop";
         final String name = "tinkergraph-gremlin";