Disable the installer.swraid test

This fails randomly for unknown reasons,
e.g. http://hydra.nixos.org/build/5542510.
This commit is contained in:
Eelco Dolstra 2013-07-16 14:47:12 +02:00
parent 10626bed8b
commit 71a197bc6e

View file

@ -246,7 +246,7 @@ in {
installer.rebuildCD = runTest (t: t.installer.rebuildCD.test);
installer.separateBoot = runTest (t: t.installer.separateBoot.test);
installer.simple = runTest (t: t.installer.simple.test);
installer.swraid = runTest (t: t.installer.swraid.test);
#installer.swraid = runTest (t: t.installer.swraid.test);
ipv6 = runTest (t: t.ipv6.test);
kde4 = runTest (t: t.kde4.test);
login = runTest (t: t.login.test);