From: Yu Watanabe Date: Tue, 8 Mar 2022 12:15:58 +0000 (+0900) Subject: test: skip TEST-17 on ubuntu ppc64el X-Git-Tag: v251-rc1~185 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c10caebb98803b812ebc4dd6cdeaab2ca17826d7;p=thirdparty%2Fsystemd.git test: skip TEST-17 on ubuntu ppc64el On Ubuntu CI on ppc64el, the test randomly fails when /run/udev is not synced before checking its contents (see #22357). But /run/udev is a tmpfs and fsync on tmpfs is noop (see `struct shmem_file_operations` in mm/shmem.c of the kernel), hence, it is not necessary to call fsync on /run/udev in general. This should be a testing emvironment issue (I guess it is an issue on nested KVM on ppc64el), instead of an issue on udev. C.f. #22357. Fixes #21603. --- diff --git a/test/TEST-17-UDEV/deny-list-ubuntu-ci-ppc64el b/test/TEST-17-UDEV/deny-list-ubuntu-ci-ppc64el new file mode 100644 index 00000000000..e69de29bb2d