Skip to content

Commit b6ff36e

Browse files
committed
Fix required tool annotation for test_implicit_conversion_input_dataset_tracking
1 parent 9117da4 commit b6ff36e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/galaxy_test/api/test_tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2613,7 +2613,7 @@ def test_multi_param_column_nested_list_fails_on_invalid_column(self):
26132613
exception_raised = e
26142614
assert exception_raised, "Expected invalid column selection to fail job"
26152615

2616-
@skip_without_tool("implicit_conversion_format_input")
2616+
@skip_without_tool("Grep1")
26172617
def test_implicit_conversion_input_dataset_tracking(self):
26182618
with self.dataset_populator.test_history() as history_id:
26192619
compressed_path = self.test_data_resolver.get_filename("1.fastqsanger.gz")

0 commit comments

Comments
 (0)