mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 04:39:07 -07:00
dev-qt/qtwebengine: skip test failing with sandbox in 6.11
Aka tst_InspectorServer::testRemoteDebuggingMessage() Or at least think it is due to sandbox, could also be a random failure as I did not try much. At least did pass when I ran the test on its own without emerge. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
@@ -294,6 +294,7 @@ src_test() {
|
||||
local CMAKE_SKIP_TESTS=(
|
||||
# fails with *-sandbox
|
||||
tst_certificateerror
|
||||
tst_inspectorserver
|
||||
tst_loadsignals
|
||||
tst_qquickwebengineview
|
||||
tst_qwebengineglobalsettings
|
||||
|
||||
@@ -293,6 +293,7 @@ src_test() {
|
||||
local CMAKE_SKIP_TESTS=(
|
||||
# fails with *-sandbox
|
||||
tst_certificateerror
|
||||
tst_inspectorserver
|
||||
tst_loadsignals
|
||||
tst_qquickwebengineview
|
||||
tst_qwebengineglobalsettings
|
||||
|
||||
Reference in New Issue
Block a user