autotests/drm: disable testModeset

It only works with the assumption that outputs are enabled by default, which
is not the case anymore
This commit is contained in:
Xaver Hugl 2024-06-04 15:56:29 +02:00
parent 3f48b22f1a
commit 47d873db94

View file

@ -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);