From 7e2a357edbea07debf27703d713c900fc6e8654c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20=C4=8Cun=C3=A1t?= Date: Fri, 17 Jun 2022 18:16:12 +0200 Subject: [PATCH] nixos/tests/fcitx: disable It never worked on 21.11 and still does not: https://hydra.nixos.org/job/nixos/release-21.11/nixos.tests.fcitx.x86_64-linux/all https://hydra.nixos.org/job/nixos/trunk-combined/nixos.tests.fcitx.x86_64-linux/all and it frequently makes big channels wait (same on aarch64-linux). --- nixos/tests/fcitx/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/tests/fcitx/default.nix b/nixos/tests/fcitx/default.nix index 78b322d351d3..c132249fcb24 100644 --- a/nixos/tests/fcitx/default.nix +++ b/nixos/tests/fcitx/default.nix @@ -5,6 +5,7 @@ import ../make-test-python.nix ( # copy_from_host works only for store paths rec { name = "fcitx"; + meta.broken = true; # takes hours to time out since October 2021 nodes.machine = { pkgs,