TINKERPOP-1968 Stop ignoring test that passes for python GLV
Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/f70b8531 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/f70b8531 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/f70b8531 Branch: refs/heads/TINKERPOP-1968 Commit: f70b85319e94d13562f0ab9cd85c59c39704fc8a Parents: dac2cc0 Author: Stephen Mallette <[email protected]> Authored: Sat May 19 07:57:07 2018 -0400 Committer: Stephen Mallette <[email protected]> Committed: Wed May 30 06:52:49 2018 -0400 ---------------------------------------------------------------------- gremlin-python/src/main/jython/radish/feature_steps.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/f70b8531/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 80137b0..fab35fd 100644 --- a/gremlin-python/src/main/jython/radish/feature_steps.py +++ b/gremlin-python/src/main/jython/radish/feature_steps.py @@ -43,9 +43,7 @@ inV = __.inV project = __.project tail = __.tail -ignores = [ - "g.V(v1Id).out().inject(v2).values(\"name\")", # bug in attachment won't connect v2 - ] +ignores = [] @given("the {graph_name:w} graph")
