Revert "[autotest] Let's dare enabling the OpenGL compositor in the tests"
This reverts commit 5e21963a3b
.
Unfortunately all tests failed on the CI system, so no GL yet :-(
This commit is contained in:
parent
5e21963a3b
commit
fed7a48112
2 changed files with 1 additions and 2 deletions
|
@ -43,7 +43,6 @@ private Q_SLOTS:
|
|||
|
||||
void DontCrashGlxgearsTest::initTestCase()
|
||||
{
|
||||
qputenv("KWIN_COMPOSE", QByteArrayLiteral("Q"));
|
||||
qRegisterMetaType<KWin::Deleted*>();
|
||||
QSignalSpy workspaceCreatedSpy(kwinApp(), &Application::workspaceCreated);
|
||||
QVERIFY(workspaceCreatedSpy.isValid());
|
||||
|
|
|
@ -46,7 +46,7 @@ WaylandTestApplication::WaylandTestApplication(int &argc, char **argv)
|
|||
#ifdef KWIN_BUILD_ACTIVITIES
|
||||
setUseKActivities(false);
|
||||
#endif
|
||||
qputenv("KWIN_COMPOSE", QByteArrayLiteral("O2"));
|
||||
qputenv("KWIN_COMPOSE", QByteArrayLiteral("Q"));
|
||||
WaylandServer *server = WaylandServer::create(this);
|
||||
QPluginLoader loader(QStringLiteral(KWINBACKENDPATH));
|
||||
loader.instance()->setParent(server);
|
||||
|
|
Loading…
Reference in a new issue