We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6937902 commit 2149878Copy full SHA for 2149878
1 file changed
tests/test_test_engines.py
@@ -158,6 +158,7 @@ def test_galaxy_workflow_step_failed():
158
"extra_tools": ["$GALAXY_FUNCTIONAL_TEST_TOOLS"],
159
"test_output_json": json_out.name,
160
"galaxy_branch": target_galaxy_branch(),
161
+ "fail_fast": True,
162
}
163
exit_code = t_runnables(ctx, runnables, **kwds)
164
assert exit_code == 1
0 commit comments