tst_selftests: remove the Wayland skips
All tests pass on my machine and in the CI. Change-Id: Ic7dde843f4c91cafdc6cfffdc9747d1326bda768 Reviewed-by: Tor Arne Vestbø <tor.arne.vestbo@qt.io>
This commit is contained in:
parent
2a7cacb5e3
commit
860254ab1c
@ -646,11 +646,6 @@ bool TestLogger::shouldIgnoreTest(const QString &test, Throw throwing) const
|
||||
return true;
|
||||
}
|
||||
|
||||
if (!qEnvironmentVariableIsEmpty("WAYLAND_DISPLAY")) {
|
||||
qDebug() << "TestLogger::shouldIgnoreTest() ignore" << test << "on wayland/xwayland!";
|
||||
return true;
|
||||
}
|
||||
|
||||
// These tests are affected by timing and whether the CPU tick counter
|
||||
// is monotonically increasing. They won't work on some machines so
|
||||
// leave them off by default. Feel free to enable them for your own
|
||||
|
Loading…
x
Reference in New Issue
Block a user