diff --git a/dev-qt/qtwayland/qtwayland-6.7.1.ebuild b/dev-qt/qtwayland/qtwayland-6.7.1.ebuild index e9e5a40041202..930d08222fb36 100644 --- a/dev-qt/qtwayland/qtwayland-6.7.1.ebuild +++ b/dev-qt/qtwayland/qtwayland-6.7.1.ebuild @@ -35,6 +35,12 @@ CMAKE_SKIP_TESTS=( # needs a compositor/opengl, skip the extra trouble tst_surface tst_xdgdecorationv1 + # known failing with wayland-1.23.0 (or at least with offscreen), not + # believed to result in critical runtime issues so skip until this is + # looked at upstream (https://bugreports.qt.io/browse/QTBUG-126379) + tst_client + tst_compositor + tst_scaling ) src_configure() { diff --git a/dev-qt/qtwayland/qtwayland-6.7.2.ebuild b/dev-qt/qtwayland/qtwayland-6.7.2.ebuild index dc3ce8575fd3f..11f94d7bd7091 100644 --- a/dev-qt/qtwayland/qtwayland-6.7.2.ebuild +++ b/dev-qt/qtwayland/qtwayland-6.7.2.ebuild @@ -35,6 +35,12 @@ CMAKE_SKIP_TESTS=( # needs a compositor/opengl, skip the extra trouble tst_surface tst_xdgdecorationv1 + # known failing with wayland-1.23.0 (or at least with offscreen), not + # believed to result in critical runtime issues so skip until this is + # looked at upstream (https://bugreports.qt.io/browse/QTBUG-126379) + tst_client + tst_compositor + tst_scaling ) src_configure() { diff --git a/dev-qt/qtwayland/qtwayland-6.8.9999.ebuild b/dev-qt/qtwayland/qtwayland-6.8.9999.ebuild index 93ba392322f19..cb3c8f5542c4c 100644 --- a/dev-qt/qtwayland/qtwayland-6.8.9999.ebuild +++ b/dev-qt/qtwayland/qtwayland-6.8.9999.ebuild @@ -39,6 +39,12 @@ CMAKE_SKIP_TESTS=( # needs a compositor/opengl, skip the extra trouble tst_surface tst_xdgdecorationv1 + # known failing with wayland-1.23.0 (or at least with offscreen), not + # believed to result in critical runtime issues so skip until this is + # looked at upstream (https://bugreports.qt.io/browse/QTBUG-126379) + tst_client + tst_compositor + tst_scaling ) src_configure() { diff --git a/dev-qt/qtwayland/qtwayland-6.9999.ebuild b/dev-qt/qtwayland/qtwayland-6.9999.ebuild index 93ba392322f19..cb3c8f5542c4c 100644 --- a/dev-qt/qtwayland/qtwayland-6.9999.ebuild +++ b/dev-qt/qtwayland/qtwayland-6.9999.ebuild @@ -39,6 +39,12 @@ CMAKE_SKIP_TESTS=( # needs a compositor/opengl, skip the extra trouble tst_surface tst_xdgdecorationv1 + # known failing with wayland-1.23.0 (or at least with offscreen), not + # believed to result in critical runtime issues so skip until this is + # looked at upstream (https://bugreports.qt.io/browse/QTBUG-126379) + tst_client + tst_compositor + tst_scaling ) src_configure() {