aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/auto.pro
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@qt.io>2017-04-20 08:24:28 +0200
committerJ-P Nurmi <jpnurmi@qt.io>2017-04-20 08:02:10 +0000
commit508df25faab2adb1565b2ac8a92a0cf768add69f (patch)
tree0bf8fe5ac50eebfd383953cf25a390b9f078c234 /tests/auto/auto.pro
parent3612cd597aaf5a0904f29a13b9a64029d4a956bb (diff)
Re-enable tst_focus on Linux
The auto test was disabled on Linux, because it was randomly crashing in libdbus on Ubuntu 14.04. The CI has upgraded to Ubuntu 16.04 so this should no longer be a problem. Task-number: QTBUG-50295 Change-Id: If654a30456a0d5e2a516b5e235b9b75e89425c92 Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Diffstat (limited to 'tests/auto/auto.pro')
-rw-r--r--tests/auto/auto.pro5
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro
index a04615d6..1947b177 100644
--- a/tests/auto/auto.pro
+++ b/tests/auto/auto.pro
@@ -6,6 +6,7 @@ SUBDIRS += \
controls \
cursor \
drawer \
+ focus \
menu \
platform \
popup \
@@ -19,7 +20,3 @@ SUBDIRS += \
revisions \
sanity \
snippets
-
-# QTBUG-50295
-!linux: SUBDIRS += \
- focus