Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
Signed-off-by: Siyuan Zhuang <[email protected]>
  • Loading branch information
suquark committed Jul 18, 2022
1 parent 3307020 commit adc732e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/ray/workflow/tests/test_error_handling.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def f1(exc):

@pytest.mark.skip(
reason="Workflow does not support 'scheduling_strategy' that is not"
"json-serializable as remote function arguments."
"json-serializable as Ray task options."
)
def test_disable_auto_lineage_reconstruction(ray_start_cluster, tmp_path):
"""This test makes sure that workflow tasks will not be recovered automatically
Expand Down

0 comments on commit adc732e

Please sign in to comment.