From 456a4740cced1eb84d73d0e10869764e79e303f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simo=20F=C3=A4lt?= Date: Fri, 26 Jul 2013 10:08:27 +0300 Subject: Mark tst_exceptionsafety as insignificant We're rolling back exception safety support Task-number: QTBUG-32642 Change-Id: I25f20b554a93f25d00cca19b3e308d6cc8fe85e2 Reviewed-by: Thiago Macieira --- tests/auto/other/exceptionsafety/exceptionsafety.pro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') 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 -- cgit v1.2.3