summaryrefslogtreecommitdiffstats
path: root/nixos/release-combined.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-combined.nix
parentfa52a102be121ea203f4fb4a1fcb403426c0fee5 (diff)
nixos/release: disable nfs3.simple
Diffstat (limited to 'nixos/release-combined.nix')
-rw-r--r--nixos/release-combined.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/nixos/release-combined.nix b/nixos/release-combined.nix
index ee3f3d19174e..295aa4ea84f7 100644
--- a/nixos/release-combined.nix
+++ b/nixos/release-combined.nix
@@ -130,7 +130,8 @@ in rec {
(onFullSupported "nixos.tests.networking.networkd.virtual")
(onFullSupported "nixos.tests.networking.networkd.vlan")
(onFullSupported "nixos.tests.systemd-networkd-ipv6-prefix-delegation")
- (onFullSupported "nixos.tests.nfs3.simple")
+ # fails with kernel >= 5.15 https://github.com/NixOS/nixpkgs/pull/152505#issuecomment-1005049314
+ #(onFullSupported "nixos.tests.nfs3.simple")
(onFullSupported "nixos.tests.nfs4.simple")
(onFullSupported "nixos.tests.openssh")
(onFullSupported "nixos.tests.pantheon")