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.

+1 -2
+1 -2
nixos/release-combined.nix
··· 60 60 (onFullSupported "nixos.tests.boot-stage1") 61 61 (onSystems ["x86_64-linux"] "nixos.tests.boot.uefiCdrom") 62 62 (onSystems ["x86_64-linux"] "nixos.tests.boot.uefiUsb") 63 - # TODO (@primeos): Fix the test failure since https://github.com/NixOS/nixpkgs/pull/110010: 64 - #(onSystems ["x86_64-linux"] "nixos.tests.chromium") 63 + (onSystems ["x86_64-linux"] "nixos.tests.chromium") 65 64 (onFullSupported "nixos.tests.containers-imperative") 66 65 (onFullSupported "nixos.tests.containers-ip") 67 66 (onSystems ["x86_64-linux"] "nixos.tests.docker")