Browse Source

Revert "release-combined.tested: Temporarily remove the Chromium test"

This reverts commit 2dbd08dcbd.

I've fixed the regression in 8a7a8442c1 and the rest of my
refactorings/improvements shouldn't affect the stability of the test.
nsd-state-dir
Michael Weiss 3 years ago
parent
commit
9e9e240a27
No known key found for this signature in database GPG Key ID: 5BE487C4D4771D83
  1. 3
      nixos/release-combined.nix

3
nixos/release-combined.nix

@ -60,8 +60,7 @@ in rec {
(onFullSupported "nixos.tests.boot-stage1")
(onSystems ["x86_64-linux"] "nixos.tests.boot.uefiCdrom")
(onSystems ["x86_64-linux"] "nixos.tests.boot.uefiUsb")
# TODO (@primeos): Fix the test failure since https://github.com/NixOS/nixpkgs/pull/110010:
#(onSystems ["x86_64-linux"] "nixos.tests.chromium")
(onSystems ["x86_64-linux"] "nixos.tests.chromium")
(onFullSupported "nixos.tests.containers-imperative")
(onFullSupported "nixos.tests.containers-ip")
(onSystems ["x86_64-linux"] "nixos.tests.docker")

Loading…
Cancel
Save