Skip to content

Commit

Permalink
ayatana-indicator-sound: Disable parallel testing
Browse files Browse the repository at this point in the history
Spins up & talks with D-Bus in multiple tests, parallelism gets tests talking to each others' D-Bus daemons
and failing when the bus they're talking to gets shut down by another test.
  • Loading branch information
OPNA2608 committed Jan 6, 2025
1 parent 7b1ecad commit ccb0c90
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/by-name/ay/ayatana-indicator-sound/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,9 @@ stdenv.mkDerivation (finalAttrs: {

doCheck = stdenv.buildPlatform.canExecute stdenv.hostPlatform;

# Starts & talks to D-Bus, breaks under parallelism
enableParallelChecking = false;

passthru = {
ayatana-indicators = {
ayatana-indicator-sound = [
Expand Down

0 comments on commit ccb0c90

Please sign in to comment.