Work around slowness in the KDE 5 test

The use of unionfs-fuse (57a0f140643cde409022e297ed05e05f8d34d778)
slows down the KDE 5 test enough that it hits Hydra timeouts. (E.g. on
my laptop it went from ~5 min to ~30 min.) So disable it for the KDE
test.

http://hydra.nixos.org/build/45127422
(cherry picked from commit 3fcbcf25568cd629644a680562f47762d1ae15b2)
This commit is contained in:
Eelco Dolstra 2016-12-21 13:32:31 +01:00 committed by Graham Christensen
parent 45043abd2d
commit 2c03037450
No known key found for this signature in database
GPG Key ID: ACA1C1D120C83D5C

View File

@ -18,6 +18,7 @@ import ./make-test.nix ({ pkgs, ...} :
};
};
services.xserver.desktopManager.kde5.enable = true;
virtualisation.writableStore = false; # FIXME
};
testScript = { nodes, ... }: