The test is constantly failing now. After trying the old commit that re-introduced the .travis.yml file again in Travis-CI, it is now also failing there, so this is likely not a regression in the kvm-unit-tests, but a regression in the Travis-CI / Ubuntu build environment. Thus let's simply disable the test for now, since there is not much else we can do from the kvm-unit-test side here. Signed-off-by: Thomas Huth <thuth@xxxxxxxxxx> --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4fcb687..9b98764 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,7 @@ jobs: apt_packages: qemu-system-aarch64 env: - CONFIG="--arch=arm64 --cc=clang" - - TESTS="cache gicv2-active gicv2-ipi gicv2-mmio gicv3-active gicv3-ipi + - TESTS="cache gicv2-active gicv2-ipi gicv3-active gicv3-ipi pci-test pmu-cycle-counter pmu-event-counter-config pmu-sw-incr selftest-setup selftest-smp selftest-vectors-kernel selftest-vectors-user timer" -- 2.27.0