dev-qt/qtpositioning: skip flaky tst_qgeoareamonitor (qt6)

Hit this for the first time while re-testing upcoming 6.6.2.
Threads test formerly worked, failed, and then it worked again.
Likely not worth worrying about.

Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
Ionen Wolkens
2024-02-14 03:18:02 -05:00
parent ed038f9fd6
commit 17813c8c6e
3 changed files with 15 additions and 0 deletions

View File

@@ -27,6 +27,11 @@ RDEPEND="
geoclue? ( app-misc/geoclue:2.0 )
"
CMAKE_SKIP_TESTS=(
# threads test (rarely) fails randomly
tst_qgeoareamonitor
)
src_prepare() {
qt6-build_src_prepare

View File

@@ -27,6 +27,11 @@ RDEPEND="
geoclue? ( app-misc/geoclue:2.0 )
"
CMAKE_SKIP_TESTS=(
# threads test (rarely) fails randomly
tst_qgeoareamonitor
)
src_prepare() {
qt6-build_src_prepare

View File

@@ -27,6 +27,11 @@ RDEPEND="
geoclue? ( app-misc/geoclue:2.0 )
"
CMAKE_SKIP_TESTS=(
# threads test (rarely) fails randomly
tst_qgeoareamonitor
)
src_prepare() {
qt6-build_src_prepare