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:
Martin Gräßlin 2016-02-12 15:22:55 +01:00
parent 5e21963a3b
commit fed7a48112
2 changed files with 1 additions and 2 deletions

View file

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

View file

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