aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/auto.pro
diff options
context:
space:
mode:
authorJ-P Nurmi <jpnurmi@theqtcompany.com>2016-02-22 12:45:06 +0100
committerJ-P Nurmi <jpnurmi@theqtcompany.com>2016-02-22 16:52:08 +0000
commit95168d58afb13409c07375eafd6897b4097e4287 (patch)
treec5759488d6177e3bd5627d094c00326742dc6a12 /tests/auto/auto.pro
parent77023678f9f39d21a230cfffbf492fc238165a5c (diff)
Disable tst_activeFocusOnTab on Linux
Blacklist doesn't help with crashes. Change-Id: Iae25f48b3e7b5d154ae30d144f3c734bf0de48b9 Task-number: QTBUG-50295 Reviewed-by: Liang Qi <liang.qi@theqtcompany.com>
Diffstat (limited to 'tests/auto/auto.pro')
-rw-r--r--tests/auto/auto.pro5
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/auto/auto.pro b/tests/auto/auto.pro
index ec9d4111..25ee9176 100644
--- a/tests/auto/auto.pro
+++ b/tests/auto/auto.pro
@@ -1,7 +1,6 @@
TEMPLATE = subdirs
SUBDIRS += \
accessibility \
- activeFocusOnTab \
applicationwindow \
calendar \
controls \
@@ -13,3 +12,7 @@ SUBDIRS += \
snippets \
styles \
universal
+
+# QTBUG-50295
+!linux: SUBDIRS += \
+ activeFocusOnTab