aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-09-11 19:35:08 -0300
committerLeo <thinkabit.ukim@gmail.com>2019-09-11 19:35:18 -0300
commitd99e2146163c64700489c4153116a67de114c4ca (patch)
tree4071ef1c46b423d0d2d6565b5cf2286124cf45b3 /testing
parent44857c13c01764027ae30326a5545d3dda8ea036 (diff)
downloadaports-d99e2146163c64700489c4153116a67de114c4ca.tar.bz2
aports-d99e2146163c64700489c4153116a67de114c4ca.tar.xz
testing/geary: disable tests on x86
Diffstat (limited to 'testing')
-rw-r--r--testing/geary/APKBUILD3
1 files changed, 3 insertions, 0 deletions
diff --git a/testing/geary/APKBUILD b/testing/geary/APKBUILD
index 686e77dca1..96efbd3f2e 100644
--- a/testing/geary/APKBUILD
+++ b/testing/geary/APKBUILD
@@ -28,6 +28,9 @@ build() {
}
check() {
+ # client-tests fail with
+ # ** (geary-test-client:6140): WARNING **: 22:33:28.365: WEBKIT_PROCESS_MODEL_SHARED_SECONDARY_PROCESS is deprecated and has no effect
+ [ "$CARCH" = x86 ] && return 0
xvfb-run ninja -C output test
}