aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-09-17 17:58:25 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-09-17 17:58:25 -0300
commitc77c5e85f163d72f33bb7e48e23d36fdca7219b0 (patch)
tree2b8de799f513e6d6c7449a6e1b5feb0680e14d71
parent5e0f1d385d008825fb83a6699f519af909d294f1 (diff)
community/kiconthemes: disable KIconLoader_ResourceThemeTest
Requested by Maintainer on IRC: > Yeah I noticed, just disable the test for now. > It failed once on CI as well but passed another time, it's too flaky > (just disable that specific test please)
-rw-r--r--community/kiconthemes/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/community/kiconthemes/APKBUILD b/community/kiconthemes/APKBUILD
index c911a0f06cb..13b4ea33e93 100644
--- a/community/kiconthemes/APKBUILD
+++ b/community/kiconthemes/APKBUILD
@@ -25,7 +25,7 @@ build() {
check() {
cd build
# kiconloader_unittest is broken
- CTEST_OUTPUT_ON_FAILURE=TRUE xvfb-run ctest -E "kiconloader_unittest"
+ CTEST_OUTPUT_ON_FAILURE=TRUE xvfb-run ctest -E "(kiconloader_unittest|KIconLoader_ResourceThemeTest)"
}
package() {