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:
parent
fd04990a6f
commit
99202824be
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user