summaryrefslogtreecommitdiffstats
path: root/tests/auto/other
diff options
context:
space:
mode:
authorSimo Fält <simo.falt@digia.com>2013-07-26 10:08:27 +0300
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-07-29 05:19:12 +0200
commit456a4740cced1eb84d73d0e10869764e79e303f7 (patch)
treee464470873da00f2ac4ce4ab9cf04cd2005a1dec /tests/auto/other
parent64dd24ae0744bce0fdd218cd1fb373746c7f079e (diff)
Mark tst_exceptionsafety as insignificant
We're rolling back exception safety support Task-number: QTBUG-32642 Change-Id: I25f20b554a93f25d00cca19b3e308d6cc8fe85e2 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
Diffstat (limited to 'tests/auto/other')
-rw-r--r--tests/auto/other/exceptionsafety/exceptionsafety.pro2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/other/exceptionsafety/exceptionsafety.pro b/tests/auto/other/exceptionsafety/exceptionsafety.pro
index 558c1d6636..3e9c996cd8 100644
--- a/tests/auto/other/exceptionsafety/exceptionsafety.pro
+++ b/tests/auto/other/exceptionsafety/exceptionsafety.pro
@@ -2,5 +2,5 @@ CONFIG += testcase
TARGET = tst_exceptionsafety
SOURCES += tst_exceptionsafety.cpp
QT = core testlib
-CONFIG += parallel_test
+CONFIG += parallel_test insignificant_test
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0