Skip to content

Commit c3c92eb

Browse files
committed
conformances testing: no longer skip tests for singularity/apptainer
1 parent 1557c8d commit c3c92eb

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

conformance-test.sh

+1-13
Original file line numberDiff line numberDiff line change
@@ -97,19 +97,7 @@ if [[ "$VERSION" = *dev* ]]
9797
then
9898
CWLTOOL_OPTIONS+=" --enable-dev"
9999
fi
100-
if [[ "$CONTAINER" = "singularity" ]]; then
101-
CWLTOOL_OPTIONS+=" --singularity"
102-
# This test fails because Singularity and Docker have
103-
# different views on how to deal with this.
104-
exclusions+=(docker_entrypoint)
105-
if [[ "${VERSION}" = "v1.1" ]]; then
106-
# This fails because of a difference (in Singularity vs Docker) in
107-
# the way filehandles are passed to processes in the container and
108-
# wc can tell somehow.
109-
# See issue #1440
110-
exclusions+=(stdin_shorcut)
111-
fi
112-
elif [[ "$CONTAINER" = "podman" ]]; then
100+
if [[ "$CONTAINER" = "podman" ]]; then
113101
CWLTOOL_OPTIONS+=" --podman"
114102
fi
115103

0 commit comments

Comments
 (0)