martinpitt / umockdev

Mock hardware devices for creating unit tests and bug reporting
https://launchpad.net/umockdev
GNU Lesser General Public License v2.1
308 stars 55 forks source link

Mark /umockdev-testbed-vala/detects_running_outside_testbed as brittle #171

Closed martinpitt closed 2 years ago

martinpitt commented 2 years ago

This also fails in some riscv64 builds (not in Debian's or Ubuntu's, though). This failure is hard to reproduce, it even passes with

sudo systemd-run -p CPUQuota=1% -dt --wait sh -ec 'LD_LIBRARY_PATH=. LD_PRELOAD=libumockdev-preload.so ./test-umockdev-vala -p /umockdev-testbed-vala/detects_running_outside_testbed'

So mark it as brittle for now to skip it in normal package builds.

Fixes #169