From 9cd78fd3a60041b96330d69d13eafc5f8407acd0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rolf=20Schr=C3=B6der?= Date: Mon, 30 Sep 2024 11:15:23 +0200 Subject: [PATCH] tests/nextflow: restrict to x86_64-linux The docker image hash seems to differ on different systems. See https://github.com/NixOS/nixpkgs/pull/339197#discussion_r1779927407 --- nixos/tests/all-tests.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/tests/all-tests.nix b/nixos/tests/all-tests.nix index 5bdd0a1a7aa1..a300220c4b1f 100644 --- a/nixos/tests/all-tests.nix +++ b/nixos/tests/all-tests.nix @@ -658,7 +658,7 @@ in { # TODO: put in networking.nix after the test becomes more complete networkingProxy = handleTest ./networking-proxy.nix {}; nextcloud = handleTest ./nextcloud {}; - nextflow = handleTest ./nextflow.nix {}; + nextflow = handleTestOn ["x86_64-linux"] ./nextflow.nix {}; nextjs-ollama-llm-ui = runTest ./web-apps/nextjs-ollama-llm-ui.nix; nexus = handleTest ./nexus.nix {}; # TODO: Test nfsv3 + Kerberos