Skip to content

Commit 1af2953

Browse files
committed
app-office/libalkimia: disable failing tests
Bug: https://bugs.gentoo.org/951641 Signed-off-by: Andreas Sturmlechner <[email protected]>
1 parent 90ecc57 commit 1af2953

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
lines changed

app-office/libalkimia/libalkimia-8.2.9999.ebuild

+16
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,19 @@ src_configure() {
6161
)
6262
ecm_src_configure
6363
}
64+
65+
src_test() {
66+
# bug 951641
67+
local CMAKE_SKIP_TESTS=(
68+
alkdownloadengine-qt-test
69+
alknewstuffenginetest
70+
alkonlinequotestest
71+
appstreamtest-onlinequoteseditor
72+
# these fail with USE=webengine
73+
alkdownloadengine-webengine-test
74+
alkonlinequotes-webengine-test
75+
alkwebpage-webengine-test
76+
test-qwebengine-offscreen
77+
)
78+
TZ=UTC ecm_src_test
79+
}

app-office/libalkimia/libalkimia-9999.ebuild

+16
Original file line numberDiff line numberDiff line change
@@ -63,3 +63,19 @@ src_configure() {
6363
)
6464
ecm_src_configure
6565
}
66+
67+
src_test() {
68+
# bug 951641
69+
local CMAKE_SKIP_TESTS=(
70+
alkdownloadengine-qt-test
71+
alknewstuffenginetest
72+
alkonlinequotestest
73+
appstreamtest-onlinequoteseditor
74+
# these fail with USE=webengine
75+
alkdownloadengine-webengine-test
76+
alkonlinequotes-webengine-test
77+
alkwebpage-webengine-test
78+
test-qwebengine-offscreen
79+
)
80+
TZ=UTC ecm_src_test
81+
}

0 commit comments

Comments
 (0)