Disable the mpich test

It hasn't succeeded in a long time.
This commit is contained in:
Eelco Dolstra 2013-07-17 12:42:55 +02:00
parent 90148d6fd1
commit c044375a0a

@ -252,7 +252,7 @@ in {
login = runTest (t: t.login.test); login = runTest (t: t.login.test);
latestKernel.login = runTest (t: t.latestKernel.login.test); latestKernel.login = runTest (t: t.latestKernel.login.test);
misc = runTest (t: t.misc.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 = runTest (t: t.mysql.test);
mysql_replication = runTest (t: t.mysql_replication.test); mysql_replication = runTest (t: t.mysql_replication.test);
nat = runTest (t: t.nat.test); nat = runTest (t: t.nat.test);