aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qmltest
diff options
context:
space:
mode:
authorLars Knoll <lars.knoll@digia.com>2013-09-28 10:46:33 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-09-28 13:34:23 +0200
commita90813f7d221db540dc396f4c72196d3e8f6a636 (patch)
tree575c1e5b5f24df214153aa3891739711f1b5d8fc /tests/auto/qmltest
parentbe72aeba3d7e30def561a3bdde051c6041f71ca7 (diff)
Mark qmltest as insignificant to get CI to pass again
The animator tests keep crashing randomly. Change-Id: I0d4b177238fc915931c3503b03e29f433ebf4950 Reviewed-by: Lars Knoll <lars.knoll@digia.com>
Diffstat (limited to 'tests/auto/qmltest')
-rw-r--r--tests/auto/qmltest/qmltest.pro2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/qmltest/qmltest.pro b/tests/auto/qmltest/qmltest.pro
index e92972ba72..7662cb1687 100644
--- a/tests/auto/qmltest/qmltest.pro
+++ b/tests/auto/qmltest/qmltest.pro
@@ -11,3 +11,5 @@ importFiles.path = .
DEPLOYMENT += importFiles
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0
+CONFIG+=insignificant_test # QTBUG-33723
+