kde/kairo: disable timercontroltest (MR 1901)

This keeps on failing for armv7 and aarch64.
[ci:skip-vercheck]: no need to rebuild the others.

Related: https://builds.sr.ht/~postmarketos/job/407839
Related: https://builds.sr.ht/~postmarketos/job/407822
This commit is contained in:
Oliver Smith 2021-01-26 21:44:42 +01:00
parent ca30770d60
commit 572bd339c8
No known key found for this signature in database
GPG key ID: 5AE7F5513E0885CB

View file

@ -42,7 +42,9 @@ check() {
cd build
# circuitreadertest is broken
CTEST_OUTPUT_ON_FAILURE=TRUE xvfb-run ctest -E "circuitreadertest"
# timercontroltest fails on armv7/aarch64 in qemu
CTEST_OUTPUT_ON_FAILURE=TRUE xvfb-run ctest \
-E "circuitreadertest|timercontroltest"
}
package() {