Skip to content

Commit

Permalink
kde-frameworks/bluez-qt: Disable all tests
Browse files Browse the repository at this point in the history
The tests, they are all hanging.

Bug: https://bugs.gentoo.org/924708
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
  • Loading branch information
a17r committed Jun 24, 2024
1 parent 8474de6 commit a6b3b5d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
6 changes: 2 additions & 4 deletions kde-frameworks/bluez-qt/bluez-qt-5.239.9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ LICENSE="LGPL-2"
KEYWORDS=""
IUSE=""

RESTRICT="test" # bugs 668196, 924708; they all hang

DEPEND="
>=dev-qt/qtdbus-${QTMIN}:5
>=dev-qt/qtdeclarative-${QTMIN}:5
Expand All @@ -29,10 +31,6 @@ src_configure() {
}

src_test() {
local CMAKE_SKIP_TESTS=(
# bug 668196, hangs
managertest
)
# parallel tests fail, bug 609248
ecm_src_test -j1
}
Expand Down
6 changes: 2 additions & 4 deletions kde-frameworks/bluez-qt/bluez-qt-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,15 @@ LICENSE="LGPL-2"
KEYWORDS=""
IUSE=""

RESTRICT="test" # bugs 668196, 924708; they all hang

DEPEND="
>=dev-qt/qtbase-${QTMIN}:6[dbus,network]
>=dev-qt/qtdeclarative-${QTMIN}:6
"
RDEPEND="${DEPEND}"

src_test() {
local CMAKE_SKIP_TESTS=(
# bug 668196, hangs
managertest
)
# parallel tests fail, bug 609248
ecm_src_test -j1
}

0 comments on commit a6b3b5d

Please sign in to comment.