ayatana-indicator-sound: Disable parallel testing
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.
This commit is contained in:
@@ -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 = [
|
||||
|
||||
Reference in New Issue
Block a user