forked from mirrors/nixpkgs
Revert "release-combined.tested: Temporarily remove the Chromium test"
This reverts commit2dbd08dcbd
. I've fixed the regression in8a7a8442c1
and the rest of my refactorings/improvements shouldn't affect the stability of the test.
This commit is contained in:
parent
6a5bcdfc5a
commit
9e9e240a27
|
@ -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…
Reference in a new issue