Skip to content

Commit c10caeb

Browse files
yuwatamrc0mmand
authored andcommitted
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 systemd#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. systemd#22357. Fixes systemd#21603.
1 parent 7347b3d commit c10caeb

File tree

1 file changed

+0
-0
lines changed

1 file changed

+0
-0
lines changed

test/TEST-17-UDEV/deny-list-ubuntu-ci-ppc64el

Whitespace-only changes.

0 commit comments

Comments
 (0)