nixos/tests: remove broken entry for removed test

This test was removed in 7a131bebe7 ("nixseparatedebuginfod: remove")
but the entry in `nixos/all-tests.nix` wasn't removed.
This commit is contained in:
Pratham Patel
2026-03-24 16:45:43 +05:30
parent 1a8cb98862
commit 775082198f
-1
View File
@@ -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;