about summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorPaul-Henri Froidmont <git.contact-57n2p@froidmont.org>2022-11-23 18:53:04 +0100
committerPaul-Henri Froidmont <git.contact-57n2p@froidmont.org>2022-11-23 21:54:19 +0100
commitb8ffc572d27ec671366ef4937ed0f90b73638a42 (patch)
treeea77d9d1fa575a5df9f8ff0ab1c728837b3fc8ae /nixos/tests/all-tests.nix
parent62d46c43cb0dc902725f0a37b9ab5c216ed95b8b (diff)
nixos/patroni: only run tests on x86_64-linux
etcd doesn't support other architectures and refuses to start
Diffstat (limited to 'nixos/tests/all-tests.nix')
-rw-r--r--nixos/tests/all-tests.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/all-tests.nix b/nixos/tests/all-tests.nix
index 7b1006ba60156..1fa5b0b1c13d8 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -480,7 +480,7 @@ in {
   pam-u2f = handleTest ./pam/pam-u2f.nix {};
   pam-ussh = handleTest ./pam/pam-ussh.nix {};
   pass-secret-service = handleTest ./pass-secret-service.nix {};
-  patroni = handleTest ./patroni.nix {};
+  patroni = handleTestOn ["x86_64-linux"] ./patroni.nix {};
   pantalaimon = handleTest ./matrix/pantalaimon.nix {};
   pantheon = handleTest ./pantheon.nix {};
   paperless = handleTest ./paperless.nix {};