From 9e9e240a275f0a4753c8a591b9225fe77db5f114 Mon Sep 17 00:00:00 2001 From: Michael Weiss Date: Sun, 24 Jan 2021 14:57:44 +0100 Subject: Revert "release-combined.tested: Temporarily remove the Chromium test" This reverts commit 2dbd08dcbd5fa78d6716aa1fbdfb04be175e4162. I've fixed the regression in 8a7a8442c17 and the rest of my refactorings/improvements shouldn't affect the stability of the test. --- nixos/release-combined.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'nixos/release-combined.nix') diff --git a/nixos/release-combined.nix b/nixos/release-combined.nix index 5c436592f647..ea82adf09ad1 100644 --- a/nixos/release-combined.nix +++ b/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") -- cgit v1.2.3