Skip to content

Commit

Permalink
conformances testing: no longer skip tests for singularity/apptainer
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-c committed Nov 12, 2024
1 parent 1557c8d commit c3c92eb
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions conformance-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -97,19 +97,7 @@ if [[ "$VERSION" = *dev* ]]
then
CWLTOOL_OPTIONS+=" --enable-dev"
fi
if [[ "$CONTAINER" = "singularity" ]]; then
CWLTOOL_OPTIONS+=" --singularity"
# This test fails because Singularity and Docker have
# different views on how to deal with this.
exclusions+=(docker_entrypoint)
if [[ "${VERSION}" = "v1.1" ]]; then
# This fails because of a difference (in Singularity vs Docker) in
# the way filehandles are passed to processes in the container and
# wc can tell somehow.
# See issue #1440
exclusions+=(stdin_shorcut)
fi
elif [[ "$CONTAINER" = "podman" ]]; then
if [[ "$CONTAINER" = "podman" ]]; then
CWLTOOL_OPTIONS+=" --podman"
fi

Expand Down

0 comments on commit c3c92eb

Please sign in to comment.