mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
testing/geary: disable tests on x86
This commit is contained in:
parent
44857c13c0
commit
d99e214616
@ -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
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user