From 17f8365f53d5059fa943fdacb563aec095e7f8cd Mon Sep 17 00:00:00 2001 From: Prashanth Sundararaman Date: Wed, 28 Oct 2020 12:14:49 -0400 Subject: [PATCH] tests/kola: disable tpm test for aarch64 tpm is not yet supported for aarch64 in f32. --- tests/kola/luks/tpm/kola.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/kola/luks/tpm/kola.json b/tests/kola/luks/tpm/kola.json index 05b49510..55fbee6f 100644 --- a/tests/kola/luks/tpm/kola.json +++ b/tests/kola/luks/tpm/kola.json @@ -1,4 +1,4 @@ { - "architectures": "!s390x ppc64le", + "architectures": "!s390x ppc64le aarch64", "platforms": "qemu-unpriv" }