testing/geary: disable tests on x86

This commit is contained in:
Leo 2019-09-11 19:35:08 -03:00
parent 44857c13c0
commit d99e214616

View File

@ -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
}