Commit 56828530 authored by zowoq's avatar zowoq Committed by Jonathan Ringer
Browse files

nixos/release: disable nfs3.simple

parent fa52a102
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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")
+2 −1
Original line number Diff line number Diff line
@@ -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"