Removed ignored tests for gremlin-python

Both just pass now - CTR


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

Branch: refs/heads/TINKERPOP-1956
Commit: 7d8cb0694f7c606ada2c601cceb11c53f0d7c8c2
Parents: 71bc37f
Author: Stephen Mallette <[email protected]>
Authored: Fri Apr 27 08:50:57 2018 -0400
Committer: Stephen Mallette <[email protected]>
Committed: Fri Apr 27 08:50:57 2018 -0400

----------------------------------------------------------------------
 gremlin-python/src/main/jython/radish/feature_steps.py | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/7d8cb069/gremlin-python/src/main/jython/radish/feature_steps.py
----------------------------------------------------------------------
diff --git a/gremlin-python/src/main/jython/radish/feature_steps.py 
b/gremlin-python/src/main/jython/radish/feature_steps.py
index a63d9e0..fab35fd 100644
--- a/gremlin-python/src/main/jython/radish/feature_steps.py
+++ b/gremlin-python/src/main/jython/radish/feature_steps.py
@@ -43,11 +43,7 @@ inV = __.inV
 project = __.project
 tail = __.tail
 
-ignores = [
-    "g.V(v1Id).out().inject(v2).values(\"name\")",  # bug in attachment won't 
connect v2
-    # not sure yet
-    "g.V(v1).hasLabel(\"person\").map(l1).order(Scope.local).by(Column.values, 
Order.decr).by(Column.keys, Order.incr)"
-    ]
+ignores = []
 
 
 @given("the {graph_name:w} graph")

Reply via email to