Skip to content

Commit a059866

Browse files
committed
travis.yml: Disable the failing gicv2-mmio test
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. Message-Id: <[email protected]> Signed-off-by: Thomas Huth <[email protected]>
1 parent 553d02a commit a059866

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
apt_packages: qemu-system-aarch64
1414
env:
1515
- CONFIG="--arch=arm64 --cc=clang"
16-
- TESTS="cache gicv2-active gicv2-ipi gicv2-mmio gicv3-active gicv3-ipi
16+
- TESTS="cache gicv2-active gicv2-ipi gicv3-active gicv3-ipi
1717
pci-test pmu-cycle-counter pmu-event-counter-config pmu-sw-incr
1818
selftest-setup selftest-smp selftest-vectors-kernel
1919
selftest-vectors-user timer"

0 commit comments

Comments
 (0)