3
0
Fork 0
forked from mirrors/nixpkgs

nixos/release-*: finish dropping the conntrack tests

This was forgotten in commit 84f3520c8f.
This commit is contained in:
Vladimír Čunát 2023-03-04 09:28:09 +01:00
parent 0d13ad08d8
commit 52006da65b
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA
2 changed files with 0 additions and 2 deletions

View file

@ -100,7 +100,6 @@ in rec {
(onFullSupported "nixos.tests.login")
(onFullSupported "nixos.tests.misc")
(onFullSupported "nixos.tests.mutableUsers")
(onFullSupported "nixos.tests.nat.firewall-conntrack")
(onFullSupported "nixos.tests.nat.firewall")
(onFullSupported "nixos.tests.nat.standalone")
(onFullSupported "nixos.tests.networking.scripted.bond")

View file

@ -118,7 +118,6 @@ in rec {
"nixos.tests.ipv6"
"nixos.tests.login"
"nixos.tests.misc"
"nixos.tests.nat.firewall-conntrack"
"nixos.tests.nat.firewall"
"nixos.tests.nat.standalone"
"nixos.tests.nfs3.simple"