From ae671e1b918e8ce7e7cf1372f5a91bcbd3d44d58 Mon Sep 17 00:00:00 2001 From: zowoq <59103226+zowoq@users.noreply.github.com> Date: Fri, 24 Feb 2023 19:09:38 +1000 Subject: [PATCH] Revert "nixos/release: disable nfs3.simple" This reverts commit 56828530275888e4d79ee64f8ff772bdbfe34637. --- nixos/release-combined.nix | 3 +-- nixos/release-small.nix | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/nixos/release-combined.nix b/nixos/release-combined.nix index ed698b63ee63..9652be5d85b4 100644 --- a/nixos/release-combined.nix +++ b/nixos/release-combined.nix @@ -131,8 +131,7 @@ in rec { (onFullSupported "nixos.tests.networking.networkd.virtual") (onFullSupported "nixos.tests.networking.networkd.vlan") (onFullSupported "nixos.tests.systemd-networkd-ipv6-prefix-delegation") - # fails with kernel >= 5.15 https://github.com/NixOS/nixpkgs/pull/152505#issuecomment-1005049314 - #(onFullSupported "nixos.tests.nfs3.simple") + (onFullSupported "nixos.tests.nfs3.simple") (onFullSupported "nixos.tests.nfs4.simple") (onSystems ["x86_64-linux"] "nixos.tests.oci-containers.podman") (onFullSupported "nixos.tests.openssh") diff --git a/nixos/release-small.nix b/nixos/release-small.nix index deb428d1bec0..ae9182dc2b90 100644 --- a/nixos/release-small.nix +++ b/nixos/release-small.nix @@ -122,8 +122,7 @@ in rec { "nixos.tests.nat.firewall-conntrack" "nixos.tests.nat.firewall" "nixos.tests.nat.standalone" - # fails with kernel >= 5.15 https://github.com/NixOS/nixpkgs/pull/152505#issuecomment-1005049314 - #"nixos.tests.nfs3.simple" + "nixos.tests.nfs3.simple" "nixos.tests.openssh" "nixos.tests.php.fpm" "nixos.tests.php.pcre"