diff --git a/tests/podman/run-tests.sh b/tests/podman/run-tests.sh index 8feb14f2ad..ab93f15c5c 100755 --- a/tests/podman/run-tests.sh +++ b/tests/podman/run-tests.sh @@ -20,7 +20,7 @@ export TMPDIR=/var/tmp # Skip some tests that are not currently supported in the testing environment: # -# - search|pull from docker|trust|inspect|logs|generate|import|mounted rw|inherit host devices|privileged CapEff| +# - search|pull from docker|trust|inspect|logs|generate|import|mounted rw|inherit host devices|privileged CapEff|prune unused images|podman images filter|image list filter # Flaky or not using the runtime. # # - selinux @@ -34,6 +34,6 @@ export TMPDIR=/var/tmp # device-cgroup-rule|capabilities|network|overlay volume flag|prune removes a pod with a stopped container: not working on github actions -ginkgo --focus='.*' --skip='.*(selinux|notify_socket|systemd|podman run exit 12*|podman run exit code on failure to exec|failed to start|search|trust|inspect|logs|generate|import|mounted rw|inherit host devices|play kube|cgroups=disabled|privileged CapEff|device-cgroup-rule|capabilities|network|pull from docker|--add-host|removes a pod with a container|prune removes a pod with a stopped container|overlay volume flag).*' \ +ginkgo --focus='.*' --skip='.*(selinux|notify_socket|systemd|podman run exit 12*|podman run exit code on failure to exec|failed to start|search|trust|inspect|logs|generate|import|mounted rw|inherit host devices|play kube|cgroups=disabled|privileged CapEff|device-cgroup-rule|capabilities|network|pull from docker|--add-host|removes a pod with a container|prune removes a pod with a stopped container|overlay volume flag|prune unused images|podman images filter|image list filter).*' \ -v -tags "seccomp ostree selinux varlink exclude_graphdriver_devicemapper" \ -timeout=50m -cover -flakeAttempts 3 -progress -trace -noColor test/e2e/.