checks: Remove the syncthing check again

Someone readded it for some unknown reason.
This commit is contained in:
a-kenji
2025-06-13 13:08:29 +02:00
parent 04fee3af09
commit fac9ca497d

View File

@@ -53,7 +53,6 @@ in
dummy-inventory-test = import ./dummy-inventory-test nixosTestArgs;
dummy-inventory-test-from-flake = import ./dummy-inventory-test-from-flake 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 ...