Currently some tests are marked as xfailed as the existing pipeline_api implementation will not return a multipart/form response (if requested) when just one file is posted. This is a bug -- there is no reason an endpoint shouldn't return the result as multipart/mixed if that is what is requested by the client.
Definition of Done
xfails for this particular issue in the the unittests are resolved.
Currently some tests are marked as xfailed as the existing pipeline_api implementation will not return a multipart/form response (if requested) when just one file is posted. This is a bug -- there is no reason an endpoint shouldn't return the result as multipart/mixed if that is what is requested by the client.
Definition of Done