disable installation/backup test on arm64

This commit is contained in:
Jörg Thalheim
2024-12-06 17:00:26 +01:00
parent de2f47e361
commit 4a49c10451
2 changed files with 14 additions and 2 deletions

View File

@@ -135,7 +135,10 @@
perSystem =
{ pkgs, ... }:
{
checks = pkgs.lib.mkIf (pkgs.stdenv.isLinux) {
# Needs investigation on aarch64-linux
# vm-test-run-test-backups> qemu-kvm: No machine specified, and there is no default
# vm-test-run-test-backups> Use -machine help to list supported machines
checks = pkgs.lib.mkIf (pkgs.stdenv.isLinux && pkgs.stdenv.hostPlatform.system != "aarch64-linux") {
test-backups = (import ../lib/test-base.nix) {
name = "test-backups";
nodes.machine = {