Remove nixos.tests.boot.biosUsb.* as release blockers

These have a high random failure rate, blocking channel updates. Issue
This commit is contained in:
Eelco Dolstra 2016-07-21 11:44:55 +02:00
parent c817259e28
commit a78ecb0d33

@ -64,7 +64,7 @@ in rec {
(all nixos.tests.installer.btrfsSubvols)
(all nixos.tests.installer.btrfsSubvolDefault)
(all nixos.tests.boot.biosCdrom)
(all nixos.tests.boot.biosUsb)
#(all nixos.tests.boot.biosUsb) # disabled due to issue #15690
(all nixos.tests.boot.uefiCdrom)
(all nixos.tests.boot.uefiUsb)
(all nixos.tests.boot-stage1)