diff --git a/tests/auto/testlib/selftests/tst_selftests.cpp b/tests/auto/testlib/selftests/tst_selftests.cpp index 2d799a04c85..4d484f01011 100644 --- a/tests/auto/testlib/selftests/tst_selftests.cpp +++ b/tests/auto/testlib/selftests/tst_selftests.cpp @@ -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