Skip to content

Commit 3a1314c

Browse files
committed
fix: fixed test
1 parent a3582cc commit 3a1314c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/test_workflows.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -369,8 +369,6 @@ def test_run_nonblocking_transformation_success(cli_runner, cleanup, cwl_file):
369369
assert "Transformation done" in clean_output, f"Failed to run the transformation: {result.stdout}"
370370

371371

372-
# TODO: re-enable this test once approval on questions of new Job Grouping
373-
@pytest.mark.skip(reason="Waiting for approval on new Job Grouping (the tested code is currently commented)")
374372
@pytest.mark.parametrize(
375373
"cwl_file, destination_source_input_data",
376374
[
@@ -379,7 +377,7 @@ def test_run_nonblocking_transformation_success(cli_runner, cleanup, cwl_file):
379377
(
380378
"test/workflows/pi/pigather.cwl",
381379
{
382-
"filecatalog/pi/100/input-data": [
380+
"filecatalog/pi/100": [
383381
("result_1.sim", "0.1 0.2\n-0.3 0.4\n0.5 -0.6\n"),
384382
("result_2.sim", "-0.1 0.8\n0.9 -0.2\n-0.7 0.3\n"),
385383
("result_3.sim", "0.4 0.5\n-0.8 -0.1\n0.6 0.7\n"),

0 commit comments

Comments
 (0)