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 2016/12/20 21:01:17 UTC

tinkerpop git commit: Ignore a tree test that's killing travis.

Repository: tinkerpop
Updated Branches:
  refs/heads/master bb464123a -> 445bce2e2


Ignore a tree test that's killing travis.

Will be fixed as part of TINKERPOP-1509 CTR


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

Branch: refs/heads/master
Commit: 445bce2e255499014921a3239f711951864919c5
Parents: bb46412
Author: Stephen Mallette <sp...@genoprime.com>
Authored: Tue Dec 20 16:00:36 2016 -0500
Committer: Stephen Mallette <sp...@genoprime.com>
Committed: Tue Dec 20 16:00:36 2016 -0500

----------------------------------------------------------------------
 .../structure/TinkerGraphGraphSONSerializerV2d0Test.java            | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/445bce2e/tinkergraph-gremlin/src/test/java/org/apache/tinkerpop/gremlin/tinkergraph/structure/TinkerGraphGraphSONSerializerV2d0Test.java
----------------------------------------------------------------------
diff --git a/tinkergraph-gremlin/src/test/java/org/apache/tinkerpop/gremlin/tinkergraph/structure/TinkerGraphGraphSONSerializerV2d0Test.java b/tinkergraph-gremlin/src/test/java/org/apache/tinkerpop/gremlin/tinkergraph/structure/TinkerGraphGraphSONSerializerV2d0Test.java
index 3b09026..92cc0eb 100644
--- a/tinkergraph-gremlin/src/test/java/org/apache/tinkerpop/gremlin/tinkergraph/structure/TinkerGraphGraphSONSerializerV2d0Test.java
+++ b/tinkergraph-gremlin/src/test/java/org/apache/tinkerpop/gremlin/tinkergraph/structure/TinkerGraphGraphSONSerializerV2d0Test.java
@@ -477,6 +477,7 @@ public class TinkerGraphGraphSONSerializerV2d0Test {
     }
 
     @Test
+    @org.junit.Ignore("https://issues.apache.org/jira/browse/TINKERPOP-1509")
     public void deserializersTestsTree() {
         final TinkerGraph tg = TinkerFactory.createModern();