From 775082198fdc833b513aa341deb0eb4f46d39832 Mon Sep 17 00:00:00 2001 From: Pratham Patel Date: Tue, 24 Mar 2026 16:45:43 +0530 Subject: [PATCH] nixos/tests: remove broken entry for removed test This test was removed in 7a131bebe7a5 ("nixseparatedebuginfod: remove") but the entry in `nixos/all-tests.nix` wasn't removed. --- nixos/tests/all-tests.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/nixos/tests/all-tests.nix b/nixos/tests/all-tests.nix index 638afcb5f721..2086f7045b56 100644 --- a/nixos/tests/all-tests.nix +++ b/nixos/tests/all-tests.nix @@ -1126,7 +1126,6 @@ in nixpkgs-config-allow-unfree-packages-and-predicate = pkgs.callPackage ../../pkgs/stdenv/generic/check-meta-test.nix { }; - nixseparatedebuginfod = runTest ./nixseparatedebuginfod.nix; nixseparatedebuginfod2 = runTest ./nixseparatedebuginfod2.nix; node-red = runTest ./node-red.nix; nohang = runTest ./nohang.nix;