From b88694e0ae1679838d8254c5f63f89e9d8d17658 Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Tue, 18 Oct 2022 23:17:29 -0700 Subject: [PATCH] all: skip yet another test --- cosmo-all/Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/cosmo-all/Dockerfile b/cosmo-all/Dockerfile index 40c6ced..45b5b4b 100644 --- a/cosmo-all/Dockerfile +++ b/cosmo-all/Dockerfile @@ -29,14 +29,15 @@ RUN --mount=type=tmpfs,target=/tmp : \ && rm -r o.old \ ;fi \ \ -# skip some checks that are currently failing: \ && skip() { mkdir -p "${1%/*}" && touch -d @2222222222 "$1" ;} \ +# skip some checks that fail under podman: \ && skip "o/$mode/test/libc/calls/getgroups_test.com.runs" \ && skip "o/$mode/test/libc/calls/getpriority_test.com.runs" \ -# these can fail in nested podman: \ +# these can fail when nesting podman: \ && skip "o/$mode/test/libc/calls/ftruncate_test.com.runs" \ && skip "o/$mode/test/libc/stdio/tmpfile_test.com.runs" \ && skip "o/$mode/test/tool/net/lunix_test.lua.runs" \ + && skip "o/$mode/third_party/python/Lib/test/test_selectors.py.runs" \ # FIXME: SIGSEGV: \ && skip "o/$mode/third_party/python/Lib/test/test_ioctl.py.runs" \ \