summaryrefslogtreecommitdiffstats
path: root/tests/auto/testlib/selftests/tst_selftests.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/testlib/selftests/tst_selftests.cpp')
-rw-r--r--tests/auto/testlib/selftests/tst_selftests.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/auto/testlib/selftests/tst_selftests.cpp b/tests/auto/testlib/selftests/tst_selftests.cpp
index fcf1b05c58..9c9d281478 100644
--- a/tests/auto/testlib/selftests/tst_selftests.cpp
+++ b/tests/auto/testlib/selftests/tst_selftests.cpp
@@ -210,7 +210,6 @@ void tst_Selftests::runSubTest_data()
<< "assert"
#endif
- << "waitwithoutgui"
<< "differentexec"
#ifndef QT_NO_EXCEPTIONS
// The machine that run the intel autotests will popup a dialog
@@ -282,9 +281,6 @@ void tst_Selftests::runSubTest_data()
if (subtest == "benchliboptions") {
continue;
}
- if (subtest == "waitwithoutgui") {
- continue;
- }
// `crashes' will not output valid XML on platforms without a crash handler
if (subtest == "crashes") {
continue;