summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2022-06-17 18:16:12 +0200
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-06-17 18:26:05 +0000
commit10f94a3ab97bea29df5843fbb6053743113a1793 (patch)
treee11ca95feb93c2b0fa24a07338d4e249fa87cce1
parentMerge pull request #177996 from NixOS/backport-177567-to-release-22.05 (diff)
downloadnixpkgs-origin/backport-178041-to-release-22.05.tar.gz
nixos/tests/fcitx: disableorigin/backport-178041-to-release-22.05
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). (cherry picked from commit 7e2a357edbea07debf27703d713c900fc6e8654c)
-rw-r--r--nixos/tests/fcitx/default.nix1
1 files changed, 1 insertions, 0 deletions
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,