chromiumDev: Mark as broken for now

This commit is contained in:
Michael Weiss
2020-10-23 19:47:43 +02:00
parent 3c96aceb3c
commit 7c76eafdb7
2 changed files with 11 additions and 0 deletions
@@ -82,5 +82,6 @@ mkChromiumDerivation (base: rec {
platforms = platforms.linux;
hydraPlatforms = if channel == "stable" then ["aarch64-linux" "x86_64-linux"] else [];
timeout = 172800; # 48 hours (increased from the Hydra default of 10h)
broken = channel == "dev"; # Blocked on https://bugs.chromium.org/p/chromium/issues/detail?id=1141896
};
})