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/225508f5 Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/225508f5 Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/225508f5 Branch: refs/heads/TINKERPOP-1968 Commit: 225508f586755c3d24b3af880df71e55c120051e Parents: fa631e9 Author: Stephen Mallette <[email protected]> Authored: Sat May 19 07:57:07 2018 -0400 Committer: Stephen Mallette <[email protected]> Committed: Thu May 31 16:18:09 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/225508f5/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")
