Skip to content

Commit

Permalink
[Hotfix] Fix flaky test_basic_workflows_2
Browse files Browse the repository at this point in the history
This test seems very flaky after the nested tasks PR merged. I think it's since the test is broken, and we made one of the branches more likely.
  • Loading branch information
ericl authored Nov 16, 2021
1 parent a4e187c commit a1d7808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/ray/workflow/tests/test_basic_workflows_2.py
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ def wait(obj_ref):
except Exception:
v = None
if v is not None:
assert 2 == 20
assert 2 == v
assert 4 == ray.get(outer)

inner = workflow.get_output("double-2", name="inner")
Expand Down

0 comments on commit a1d7808

Please sign in to comment.