mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-19 18:44:13 +00:00
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
This commit is contained in:
parent
8d15ee11ac
commit
9cd78fd3a6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user