Skip to content

Commit

Permalink
Fix required tool annotation
Browse files Browse the repository at this point in the history
Co-authored-by: Nicola Soranzo <[email protected]>
  • Loading branch information
mvdbeek and nsoranzo authored Nov 13, 2023
1 parent b684ee9 commit a4df188
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/galaxy_test/api/test_workflows.py
Original file line number Diff line number Diff line change
Expand Up @@ -4045,7 +4045,8 @@ def test_cancel_workflow_invocation(self):
message = invocation["messages"][0]
assert message["reason"] == "user_request"

@skip_without_tool("collection_creates_dynamic_nested")
@skip_without_tool("cat_data_and_sleep")
@skip_without_tool("identifier_multiple")
def test_cancel_workflow_invocation_deletes_jobs(self):
with self.dataset_populator.test_history() as history_id:
summary = self._run_workflow(
Expand Down

0 comments on commit a4df188

Please sign in to comment.