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/61832c21 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/61832c21 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/61832c21 Branch: refs/heads/TINKERPOP-1968 Commit: 61832c2189e9f806fea417e4b3ba9c222622b5c5 Parents: 8967876 Author: Stephen Mallette <[email protected]> Authored: Sat May 19 07:57:07 2018 -0400 Committer: Stephen Mallette <[email protected]> Committed: Tue May 29 13:59:56 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/61832c21/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")
