diff --git a/nixos/tests/nixos-test-driver/containers.nix b/nixos/tests/nixos-test-driver/containers.nix index 6f27a59255fa..8f76c9f97b5b 100644 --- a/nixos/tests/nixos-test-driver/containers.nix +++ b/nixos/tests/nixos-test-driver/containers.nix @@ -2,7 +2,12 @@ { name = "containers"; meta.maintainers = with pkgs.lib.maintainers; [ jfly ]; - # https://github.com/NixOS/infra/issues/987 + # Relies upon /dev/net/tun, which is currently disabled in hydra due to + # security concerns [0]. + # There is a PR [1] that will remove the requirement on /dev/net/tun. When/if + # that lands, we can run this test in hydra. + # [0]: https://github.com/NixOS/infra/issues/987#issuecomment-4261612652 + # [1]: https://github.com/NixOS/nixpkgs/pull/512268 meta.hydraPlatforms = [ ]; nodes = { diff --git a/nixos/tests/test-containers-bittorrent.nix b/nixos/tests/test-containers-bittorrent.nix index 478f76dadd34..aeac191cdc2e 100644 --- a/nixos/tests/test-containers-bittorrent.nix +++ b/nixos/tests/test-containers-bittorrent.nix @@ -51,8 +51,6 @@ in maintainers = [ lib.maintainers.kmein ]; - # https://github.com/NixOS/infra/issues/987 - hydraPlatforms = [ ]; }; containers = {