@@ -254,48 +254,6 @@ def test_run_nonblocking_transformation_success(
254254 ), f"Failed to run the transformation: { result .stdout } "
255255
256256
257- # @pytest.mark.parametrize(
258- # "cwl_file, metadata, source_input_data, destination_input_data",
259- # [
260- # # --- Pi example ---
261- # (
262- # "test/workflows/pi/pigather.cwl",
263- # "test/workflows/pi/type_dependencies/transformation/metadata-pi_gather.yaml",
264- # [
265- # "test/workflows/pi/type_dependencies/job/result_1.sim",
266- # "test/workflows/pi/type_dependencies/job/result_2.sim",
267- # "test/workflows/pi/type_dependencies/job/result_3.sim",
268- # "test/workflows/pi/type_dependencies/job/result_4.sim",
269- # "test/workflows/pi/type_dependencies/job/result_5.sim",
270- # ],
271- # "filecatalog/pi/100",
272- # ),
273- # # --- LHCb example ---
274- # (
275- # "test/workflows/lhcb/lhcbreconstruct.cwl",
276- # "test/workflows/lhcb/type_dependencies/transformation/metadata-lhcb_reconstruct.yaml",
277- # [
278- # "test/workflows/lhcb/type_dependencies/job/Gauss_123_456_1.sim",
279- # "test/workflows/lhcb/type_dependencies/job/Gauss_456_456_1.sim",
280- # "test/workflows/lhcb/type_dependencies/job/Gauss_789_456_1.sim",
281- # ],
282- # "filecatalog/456/123",
283- # ),
284- # # --- Mandelbrot example ---
285- # (
286- # "test/workflows/mandelbrot/image-merge.cwl",
287- # "test/workflows/mandelbrot/type_dependencies/transformation/metadata-mandelbrot_imagemerge.yaml",
288- # [
289- # "test/workflows/mandelbrot/type_dependencies/transformation/data_1.txt",
290- # "test/workflows/mandelbrot/type_dependencies/transformation/data_2.txt",
291- # "test/workflows/mandelbrot/type_dependencies/transformation/data_3.txt",
292- # ],
293- # "filecatalog/mandelbrot/images/raw/1920x1080/",
294- # ),
295- # ],
296- # )
297-
298-
299257@pytest .mark .parametrize (
300258 "cwl_file, metadata, destination_source_input_data" ,
301259 [
0 commit comments