Skip to content

Commit

Permalink
Disable LazyBarrierStrategy for failing JDK8 test
Browse files Browse the repository at this point in the history
  • Loading branch information
ryn5 committed Apr 2, 2024
1 parent 07c1c3e commit c560d62
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -906,7 +906,7 @@ Feature: Step - select()
Given the modern graph
And the traversal of
"""
g.V().as("label").aggregate(local,"x").barrier().select("x").select("label")
g.withoutStrategies(LazyBarrierStrategy).V().as("label").aggregate(local,"x").select("x").select("label")
"""
When iterated to list
Then the result should be unordered
Expand Down

0 comments on commit c560d62

Please sign in to comment.