summary refs log tree commit diff
path: root/nixos/release-small.nix
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2022-02-22 04:45:33 +1000
committerJonathan Ringer <jonringer@users.noreply.github.com>2022-02-27 15:04:37 -0800
commit56828530275888e4d79ee64f8ff772bdbfe34637 (patch)
treefd0136ca49932e2d070d5781a424afd8220461b8 /nixos/release-small.nix
parentfa52a102be121ea203f4fb4a1fcb403426c0fee5 (diff)
nixos/release: disable nfs3.simple
Diffstat (limited to 'nixos/release-small.nix')
-rw-r--r--nixos/release-small.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/nixos/release-small.nix b/nixos/release-small.nix
index 996db54c9a402..c2ac4c653ea11 100644
--- a/nixos/release-small.nix
+++ b/nixos/release-small.nix
@@ -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"