Skip to content

Commit

Permalink
fix flaky test_add_chord_to_chord
Browse files Browse the repository at this point in the history
  • Loading branch information
graingert authored and auvipy committed Jul 31, 2020
1 parent 390a8ed commit 1f4af2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/integration/test_canvas.py
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,7 @@ def test_add_chord_to_chord(self, manager):

c = group([add_chord_to_chord.s([1, 2, 3], 4)]) | identity.s()
res = c()
assert res.get() == [0, 5 + 6 + 7]
assert sorted(res.get()) == [0, 5 + 6 + 7]

@flaky
def test_eager_chord_inside_task(self, manager):
Expand Down

0 comments on commit 1f4af2d

Please sign in to comment.