From 992d5cbe46fdd927846c795ddddb0831c378845e Mon Sep 17 00:00:00 2001 From: a-kenji Date: Tue, 10 Jun 2025 10:46:28 +0200 Subject: [PATCH] checks: Disable syncthing test for now Syncthing is currently being migrated and we can look at the test again once we migrated. It recently got changes upstream which might explain the spurious test failures. --- checks/flake-module.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/checks/flake-module.nix b/checks/flake-module.nix index 55a18e751..3c61aae4e 100644 --- a/checks/flake-module.nix +++ b/checks/flake-module.nix @@ -53,7 +53,6 @@ in dummy-inventory-test = import ./dummy-inventory-test nixosTestArgs; borgbackup = import ./borgbackup nixosTestArgs; data-mesher = import ./data-mesher nixosTestArgs; - syncthing = import ./syncthing nixosTestArgs; } // lib.optionalAttrs (pkgs.stdenv.hostPlatform.system == "aarch64-linux") { # for some reason this hangs in an odd place in CI, but it works on my machine ...