mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 20:25:32 +03:00
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).
This commit is contained in:
parent
103a4c0ae4
commit
7e2a357edb
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue