Skip to content

tests: Unmark several gdbus-* tests as flaky

After repeated local testing, I can’t reproduce failures with them:

meson test --repeat 5000 gdbus-auth meson test --repeat 5000 gdbus-bz627724 meson test --repeat 5000 gdbus-connection

The FreeBSD failures from pthread calls mentioned in #1614 (closed) should probably manifest as use-after-free for GMutex or pthread_mutex_t on Linux. Failing that, I haven’t seen any relevant FreeBSD failures on CI for at least a month, so if it’s not fixed, the chances of debugging are very low.

Signed-off-by: Philip Withnall withnall@endlessm.com

Closes #1614 (closed)

Merge request reports