aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2019-08-17 10:06:44 +0900
committerLeo <thinkabit.ukim@gmail.com>2019-08-17 04:16:38 -0300
commit753e79697135992348883193b0dd70eeacf5968a (patch)
treeed7001d4bbbbbc36bf9f9cf59d0b408ebf7100ea /testing
parentef22aea5c12bee29668a287b84092216ca604ee9 (diff)
downloadaports-753e79697135992348883193b0dd70eeacf5968a.tar.bz2
aports-753e79697135992348883193b0dd70eeacf5968a.tar.xz
testing/stellarium: disable tests on x86
Diffstat (limited to 'testing')
-rw-r--r--testing/stellarium/APKBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/testing/stellarium/APKBUILD b/testing/stellarium/APKBUILD
index 487f50a4b5..1367d143a3 100644
--- a/testing/stellarium/APKBUILD
+++ b/testing/stellarium/APKBUILD
@@ -25,6 +25,7 @@ build() {
}
check() {
+ [ "$CARCH" = "x86" ] && return 0
# Exclude a broken locale test
ctest -E 'test(INDIConnection|TelescopeControl_INDI|TelescopeClientINDI|StelSkyCultureMgr)'
}