summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2021-08-10 16:15:57 +0200
committerVladimír Čunát <v@cunat.cz>2021-08-10 16:15:57 +0200
commitc0097aa84adb19a9e5d947487c118505faf98bc0 (patch)
treeba2438a6f7e3843e60d928f293e09bc470a0364a /nixos/tests/all-tests.nix
parentffa5ac7c9b9b93b63189d4d664bef0e44aee1fa8 (diff)
downloadnixpkgs-c0097aa84adb19a9e5d947487c118505faf98bc0.tar
nixpkgs-c0097aa84adb19a9e5d947487c118505faf98bc0.tar.gz
nixpkgs-c0097aa84adb19a9e5d947487c118505faf98bc0.tar.bz2
nixpkgs-c0097aa84adb19a9e5d947487c118505faf98bc0.tar.lz
nixpkgs-c0097aa84adb19a9e5d947487c118505faf98bc0.tar.xz
nixpkgs-c0097aa84adb19a9e5d947487c118505faf98bc0.tar.zst
nixpkgs-c0097aa84adb19a9e5d947487c118505faf98bc0.zip
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).
Diffstat (limited to 'nixos/tests/all-tests.nix')
-rw-r--r--nixos/tests/all-tests.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/tests/all-tests.nix b/nixos/tests/all-tests.nix
index e94259d07ca..30c1c77c6c9 100644
--- a/nixos/tests/all-tests.nix
+++ b/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 {};