forked from mirrors/nixpkgs
nixos/release-*: finish dropping the conntrack tests
This was forgotten in commit 84f3520c8f
.
This commit is contained in:
parent
0d13ad08d8
commit
52006da65b
|
@ -100,7 +100,6 @@ in rec {
|
||||||
(onFullSupported "nixos.tests.login")
|
(onFullSupported "nixos.tests.login")
|
||||||
(onFullSupported "nixos.tests.misc")
|
(onFullSupported "nixos.tests.misc")
|
||||||
(onFullSupported "nixos.tests.mutableUsers")
|
(onFullSupported "nixos.tests.mutableUsers")
|
||||||
(onFullSupported "nixos.tests.nat.firewall-conntrack")
|
|
||||||
(onFullSupported "nixos.tests.nat.firewall")
|
(onFullSupported "nixos.tests.nat.firewall")
|
||||||
(onFullSupported "nixos.tests.nat.standalone")
|
(onFullSupported "nixos.tests.nat.standalone")
|
||||||
(onFullSupported "nixos.tests.networking.scripted.bond")
|
(onFullSupported "nixos.tests.networking.scripted.bond")
|
||||||
|
|
|
@ -118,7 +118,6 @@ in rec {
|
||||||
"nixos.tests.ipv6"
|
"nixos.tests.ipv6"
|
||||||
"nixos.tests.login"
|
"nixos.tests.login"
|
||||||
"nixos.tests.misc"
|
"nixos.tests.misc"
|
||||||
"nixos.tests.nat.firewall-conntrack"
|
|
||||||
"nixos.tests.nat.firewall"
|
"nixos.tests.nat.firewall"
|
||||||
"nixos.tests.nat.standalone"
|
"nixos.tests.nat.standalone"
|
||||||
"nixos.tests.nfs3.simple"
|
"nixos.tests.nfs3.simple"
|
||||||
|
|
Loading…
Reference in a new issue