dbus-cpp: Disable tests

Tests seem very flaky on some systems / for some ppl. Consistently fail on OfBorg ARM CI, past reports of
sporadic test failures on amd64. Not sure if due to weak systems or DBus weirdness. Disabling for now.
This commit is contained in:
OPNA2608 2023-10-14 11:26:59 +02:00
parent fd04990a6f
commit 99202824be

View File

@ -94,9 +94,10 @@ stdenv.mkDerivation (finalAttrs: {
"-DDBUS_CPP_ENABLE_DOC_GENERATION=ON"
];
doCheck = stdenv.buildPlatform.canExecute stdenv.hostPlatform;
# Too flaky on ARM CI & for some amd64 users
doCheck = false;
# DBus mess, hoping this fixes occational flakiness
# DBus, parallelism messes with communication
enableParallelChecking = false;
preFixup = ''