about summary refs log tree commit diff
path: root/nixos/tests
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2023-09-07 01:17:27 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2023-09-07 01:17:27 +0200
commitba881ef6132b55d533630a9e8ae43710831abdcb (patch)
treeae809b5195eded91532ae8b5da6bfbd77c2aeecf /nixos/tests
parent347b5fb808805277b7797529d518a363fd8483e7 (diff)
downloadnixlib-ba881ef6132b55d533630a9e8ae43710831abdcb.tar
nixlib-ba881ef6132b55d533630a9e8ae43710831abdcb.tar.gz
nixlib-ba881ef6132b55d533630a9e8ae43710831abdcb.tar.bz2
nixlib-ba881ef6132b55d533630a9e8ae43710831abdcb.tar.lz
nixlib-ba881ef6132b55d533630a9e8ae43710831abdcb.tar.xz
nixlib-ba881ef6132b55d533630a9e8ae43710831abdcb.tar.zst
nixlib-ba881ef6132b55d533630a9e8ae43710831abdcb.zip
firefox-esr-102-unwrapped: remove
The Firefox ESR 102.0 series has reached its end of life.

Removes package and test and references to them.
Diffstat (limited to 'nixos/tests')
-rw-r--r--nixos/tests/all-tests.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/tests/all-tests.nix b/nixos/tests/all-tests.nix
index e5affdab8890..4b2c875b26e0 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -275,7 +275,6 @@ in {
   firefox-beta = handleTest ./firefox.nix { firefoxPackage = pkgs.firefox-beta; };
   firefox-devedition = handleTest ./firefox.nix { firefoxPackage = pkgs.firefox-devedition; };
   firefox-esr    = handleTest ./firefox.nix { firefoxPackage = pkgs.firefox-esr; }; # used in `tested` job
-  firefox-esr-102 = handleTest ./firefox.nix { firefoxPackage = pkgs.firefox-esr-102; };
   firefox-esr-115 = handleTest ./firefox.nix { firefoxPackage = pkgs.firefox-esr-115; };
   firejail = handleTest ./firejail.nix {};
   firewall = handleTest ./firewall.nix { nftables = false; };