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:
parent
ca30770d60
commit
572bd339c8
1 changed files with 3 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue