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.
This commit is contained in:
a-kenji
2025-06-10 10:46:28 +02:00
parent 80366afbfc
commit 80d0449a5b

View File

@@ -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 ...