autotests: Remove render node check in testPointerInput
The test doesn't require OpenGL anymore.
This commit is contained in:
parent
e3bc9e8ac6
commit
111e98d24a
1 changed files with 0 additions and 4 deletions
|
@ -130,10 +130,6 @@ private:
|
|||
|
||||
void PointerInputTest::initTestCase()
|
||||
{
|
||||
if (!Test::renderNodeAvailable()) {
|
||||
QSKIP("no render node available");
|
||||
return;
|
||||
}
|
||||
qRegisterMetaType<KWin::Window *>();
|
||||
QSignalSpy applicationStartedSpy(kwinApp(), &Application::started);
|
||||
QVERIFY(waylandServer()->init(s_socketName));
|
||||
|
|
Loading…
Reference in a new issue