Commit 9cd78fd3 authored by Rolf Schröder's avatar Rolf Schröder
Browse files

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
parent 8d15ee11
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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