nixos/release: disable nfs3.simple

This commit is contained in:
zowoq
2022-02-22 04:45:33 +10:00
committed by Jonathan Ringer
parent fa52a102be
commit 5682853027
2 changed files with 4 additions and 2 deletions

View File

@@ -107,7 +107,8 @@ in rec {
"nixos.tests.nat.firewall-conntrack.x86_64-linux"
"nixos.tests.nat.firewall.x86_64-linux"
"nixos.tests.nat.standalone.x86_64-linux"
"nixos.tests.nfs3.simple.x86_64-linux"
# fails with kernel >= 5.15 https://github.com/NixOS/nixpkgs/pull/152505#issuecomment-1005049314
#"nixos.tests.nfs3.simple.x86_64-linux"
"nixos.tests.openssh.x86_64-linux"
"nixos.tests.php.fpm.x86_64-linux"
"nixos.tests.php.pcre.x86_64-linux"