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:
parent
3f48b22f1a
commit
47d873db94
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue