nixos/release: don't block on firefox tests

I can't recall when these tests last discovered a real problem.
Having to do many manual restarts is annoying, e.g.
  https://hydra.nixos.org/build/237622614#tabs-buildsteps
This commit is contained in:
Vladimír Čunát 2023-10-10 12:18:45 +02:00
parent 08170dd535
commit 3b6389aa2f
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -67,8 +67,15 @@ in rec {
(onSystems ["x86_64-linux"] "nixos.tests.docker")
(onFullSupported "nixos.tests.ecryptfs")
(onFullSupported "nixos.tests.env")
(onFullSupported "nixos.tests.firefox-esr")
(onFullSupported "nixos.tests.firefox")
# Way too many manual retries required on Hydra.
# Apparently it's hard to track down the cause.
# So let's depend just on the packages for now.
#(onFullSupported "nixos.tests.firefox-esr")
#(onFullSupported "nixos.tests.firefox")
(onFullSupported "nixpkgs.firefox-esr")
(onFullSupported "nixpkgs.firefox")
(onFullSupported "nixos.tests.firewall")
(onFullSupported "nixos.tests.fontconfig-default-fonts")
(onFullSupported "nixos.tests.gnome")