Commit 99202824 authored by OPNA2608's avatar OPNA2608
Browse files

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.
parent fd04990a
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -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 = ''