dev-qt/qtbase: skip tst_wl_reconnect in 6.10+

Unsure why this used to pass last time I tried 6.10 given not much seem
to have changed (maybe it was getting auto-skipped somehow?) but it
overrides QT_QPA_PLATFORM=offscreen to =wayland which as expected fails
to load without a compositor setup in the ebuild.

Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
Ionen Wolkens
2025-09-18 20:55:57 -04:00
parent 7f90bd5a83
commit 1e6c13f714
2 changed files with 2 additions and 0 deletions

View File

@@ -346,6 +346,7 @@ src_test() {
tst_qopengl{,config,widget,window}
tst_qx11info
tst_surface
tst_wl_reconnect
tst_xdgdecorationv1
# fails for unknown reasons, but seatv4 is not actually used nowadays
tst_seatv4

View File

@@ -346,6 +346,7 @@ src_test() {
tst_qopengl{,config,widget,window}
tst_qx11info
tst_surface
tst_wl_reconnect
tst_xdgdecorationv1
# fails for unknown reasons, but seatv4 is not actually used nowadays
tst_seatv4