summaryrefslogtreecommitdiffstats
path: root/tests/auto/integration/qsoundeffect/qsoundeffect.pro
diff options
context:
space:
mode:
authorToby Tomkins <toby.tomkins@nokia.com>2012-07-12 13:53:58 +1000
committerQt by Nokia <qt-info@nokia.com>2012-07-13 01:06:17 +0200
commit5f06930b166e8dda5309bb40cd2379073a018ba4 (patch)
tree7113beaa4f75818852b8012bb44dafc36dcc79ba /tests/auto/integration/qsoundeffect/qsoundeffect.pro
parent8509e390aee373b6652989d51d5475ce00b676ad (diff)
Replace insignificant flag for mac with QEXPECT_FAIL. Keep for win32.
Change-Id: Ied8519294e34d74ef854baa5be5cba2972a7f33c Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Diffstat (limited to 'tests/auto/integration/qsoundeffect/qsoundeffect.pro')
-rw-r--r--tests/auto/integration/qsoundeffect/qsoundeffect.pro4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/auto/integration/qsoundeffect/qsoundeffect.pro b/tests/auto/integration/qsoundeffect/qsoundeffect.pro
index 95b6c5aed..4ef2103b6 100644
--- a/tests/auto/integration/qsoundeffect/qsoundeffect.pro
+++ b/tests/auto/integration/qsoundeffect/qsoundeffect.pro
@@ -4,7 +4,7 @@ QT += core multimedia-private testlib
CONFIG += no_private_qt_headers_warning
# This is more of a system test
-CONFIG += testcase insignificant_test
+CONFIG += testcase
SOURCES += tst_qsoundeffect.cpp
@@ -15,3 +15,5 @@ unix:!mac {
}
TESTDATA += test.wav
+
+win32: CONFIG += insignificant_test