nixos/tests: unbreak the tested job

I expect it suffices that the channel only blocks on one firefox ESR
test - the one for the default ESR.  I didn't want to have the
information about the default in two places, so either of the tests will
be evaluated twice (but to the same *.drv I hope).
launchpad/nixpkgs/master
Vladimír Čunát 3 years ago
parent ffa5ac7c9b
commit c0097aa84a
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA
  1. 1
      nixos/tests/all-tests.nix

@ -127,6 +127,7 @@ in
fcitx = handleTest ./fcitx {};
ferm = handleTest ./ferm.nix {};
firefox = handleTest ./firefox.nix { firefoxPackage = pkgs.firefox; };
firefox-esr = handleTest ./firefox.nix { firefoxPackage = pkgs.firefox-esr; }; # used in `tested` job
firefox-esr-78 = handleTest ./firefox.nix { firefoxPackage = pkgs.firefox-esr-78; };
firefox-esr-91 = handleTest ./firefox.nix { firefoxPackage = pkgs.firefox-esr-91; };
firejail = handleTest ./firejail.nix {};

Loading…
Cancel
Save