From c044375a0a765a92925a83ba7d78718ffb469512 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 17 Jul 2013 12:42:55 +0200 Subject: [PATCH] Disable the mpich test It hasn't succeeded in a long time. --- release.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release.nix b/release.nix index ef1f091049e..cc32395abda 100644 --- a/release.nix +++ b/release.nix @@ -252,7 +252,7 @@ in { login = runTest (t: t.login.test); latestKernel.login = runTest (t: t.latestKernel.login.test); misc = runTest (t: t.misc.test); - mpich = runTest (t: t.mpich.test); + #mpich = runTest (t: t.mpich.test); mysql = runTest (t: t.mysql.test); mysql_replication = runTest (t: t.mysql_replication.test); nat = runTest (t: t.nat.test);