Revert "Temporarily disable chromium test"

This reverts commit 9e6eec201b8b56ef493c60af3acb2e8ddd8be258.

Verified locally that cd063d7 fixes the problem.
cc @edolstra @aszlig

obadz ab08440f 192d7a4c

+2 -2
+1 -1
nixos/release-combined.nix
··· 48 nixos.ova.x86_64-linux 49 50 #(all nixos.tests.containers) 51 - #nixos.tests.chromium 52 (all nixos.tests.firefox) 53 (all nixos.tests.firewall) 54 nixos.tests.gnome3.x86_64-linux # FIXME: i686-linux
··· 48 nixos.ova.x86_64-linux 49 50 #(all nixos.tests.containers) 51 + nixos.tests.chromium 52 (all nixos.tests.firefox) 53 (all nixos.tests.firewall) 54 nixos.tests.gnome3.x86_64-linux # FIXME: i686-linux
+1 -1
nixos/release.nix
··· 220 tests.boot = callSubTests tests/boot.nix {}; 221 tests.boot-stage1 = callTest tests/boot-stage1.nix {}; 222 tests.cadvisor = hydraJob (import tests/cadvisor.nix { system = "x86_64-linux"; }); 223 - #tests.chromium = (callSubTests tests/chromium.nix { system = "x86_64-linux"; }).stable; 224 tests.cjdns = callTest tests/cjdns.nix {}; 225 tests.containers-ipv4 = callTest tests/containers-ipv4.nix {}; 226 tests.containers-ipv6 = callTest tests/containers-ipv6.nix {};
··· 220 tests.boot = callSubTests tests/boot.nix {}; 221 tests.boot-stage1 = callTest tests/boot-stage1.nix {}; 222 tests.cadvisor = hydraJob (import tests/cadvisor.nix { system = "x86_64-linux"; }); 223 + tests.chromium = (callSubTests tests/chromium.nix { system = "x86_64-linux"; }).stable; 224 tests.cjdns = callTest tests/cjdns.nix {}; 225 tests.containers-ipv4 = callTest tests/containers-ipv4.nix {}; 226 tests.containers-ipv6 = callTest tests/containers-ipv6.nix {};