nixos/buildbot: only run nixosTest on x86_64-linux
Test has been broken for a while on aarch64-linux.
This commit is contained in:
parent
af19e31300
commit
18460b4820
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ in {
|
|||
btrbk-no-timer = handleTest ./btrbk-no-timer.nix {};
|
||||
btrbk-section-order = handleTest ./btrbk-section-order.nix {};
|
||||
budgie = handleTest ./budgie.nix {};
|
||||
buildbot = handleTest ./buildbot.nix {};
|
||||
buildbot = handleTestOn [ "x86_64-linux" ] ./buildbot.nix {};
|
||||
buildkite-agents = handleTest ./buildkite-agents.nix {};
|
||||
c2fmzq = handleTest ./c2fmzq.nix {};
|
||||
caddy = handleTest ./caddy.nix {};
|
||||
|
|
Loading…
Reference in a new issue