Revert "nixos tests: temporarily disable nfs tests"

Fixes #43473.  The latest kernel bumps apparently solved it.
This reverts 99adfd0a, d6c6c7fce, b9dccd8fa.
release-18.03-flake
Vladimír Čunát 2018-08-04 11:28:52 +02:00
parent 979d823f53
commit 3b6ec08719
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA
2 changed files with 3 additions and 4 deletions

View File

@ -113,9 +113,8 @@ in rec {
(all nixos.tests.networking.scripted.macvlan)
(all nixos.tests.networking.scripted.sit)
(all nixos.tests.networking.scripted.vlan)
# FIXME: temporarily disabled, see #43473
#(all nixos.tests.nfs3)
#(all nixos.tests.nfs4)
(all nixos.tests.nfs3)
(all nixos.tests.nfs4)
(all nixos.tests.openssh)
(all nixos.tests.php-pcre)
(all nixos.tests.predictable-interface-names.vm-test-run-predictableInterfaceNames)

View File

@ -38,7 +38,7 @@ in rec {
login
misc
nat
#nfs3 FIXME: temporarily disabled, see #43473
nfs3
openssh
php-pcre
predictable-interface-names