Skip to content

Commit

Permalink
add reference to tmp test for scatter (relates to #105)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmigneault committed Dec 21, 2021
1 parent 90fc162 commit b08c334
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/functional/test_workflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -1033,7 +1033,9 @@ def mock_tmp_input(requests_mock):
"workflow of different process types.")

# FIXME: implement + re-enable 'CWL_REQUIREMENT_SCATTER'
@pytest.mark.xfail(reason="WIP")
@pytest.mark.xfail(
reason="ScatterFeatureRequirement not yet supported (https://github.com/crim-ca/weaver/issues/105)"
)
def test_workflow_mixed_rest_builtin_wps1_docker_scatter_requirements(self):
"""
Test the use of multiple applications of different :term:`Process` type in a :term:`Workflow`.
Expand Down

0 comments on commit b08c334

Please sign in to comment.