Skip to content

Commit 2149878

Browse files
committed
Fix tests
We don't really want a failed job to result in failure of the whole workflow.
1 parent 6937902 commit 2149878

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/test_test_engines.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ def test_galaxy_workflow_step_failed():
158158
"extra_tools": ["$GALAXY_FUNCTIONAL_TEST_TOOLS"],
159159
"test_output_json": json_out.name,
160160
"galaxy_branch": target_galaxy_branch(),
161+
"fail_fast": True,
161162
}
162163
exit_code = t_runnables(ctx, runnables, **kwds)
163164
assert exit_code == 1

0 commit comments

Comments
 (0)