From 47d873db943a96f0206c6c4f8745074207769962 Mon Sep 17 00:00:00 2001 From: Xaver Hugl Date: Tue, 4 Jun 2024 15:56:29 +0200 Subject: [PATCH] autotests/drm: disable testModeset It only works with the assumption that outputs are enabled by default, which is not the case anymore --- autotests/drm/drmTest.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/autotests/drm/drmTest.cpp b/autotests/drm/drmTest.cpp index 232feca65b..d469743408 100644 --- a/autotests/drm/drmTest.cpp +++ b/autotests/drm/drmTest.cpp @@ -364,6 +364,8 @@ void DrmTest::testModeset_data() void DrmTest::testModeset() { + // to reenable, make this part of an integration test, so that kwinApp() isn't nullptr + QSKIP("this test needs output pipelines to be enabled by default, which is no longer the case"); // test if doing a modeset would succeed QFETCH(int, AMS); const auto mockGpu = findPrimaryDevice(5);