summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@digia.com>2012-10-31 22:19:06 +0100
committerThe Qt Project <gerrit-noreply@qt-project.org>2012-11-01 03:02:24 +0100
commit79f585b9e90c311f2c7b905426318d345b1bf641 (patch)
tree3a1fbe31c8898f224cf8b675531eb97386a7f0e9 /tests
parent4acdccba051746a7710fc07bc1be728eca4756a6 (diff)
test: Mark tst_QSoundEffect as insignificant
Task-number: QTBUG-26509 Task-number: QTBUG-26748 Change-Id: Id8952c2ed3e2a261907eed1e160fc187af6983ce Reviewed-by: Rohan McGovern <rohan@mcgovern.id.au>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/integration/qsoundeffect/qsoundeffect.pro3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/auto/integration/qsoundeffect/qsoundeffect.pro b/tests/auto/integration/qsoundeffect/qsoundeffect.pro
index e3200ce5a..2fffaf716 100644
--- a/tests/auto/integration/qsoundeffect/qsoundeffect.pro
+++ b/tests/auto/integration/qsoundeffect/qsoundeffect.pro
@@ -16,5 +16,6 @@ unix:!mac {
TESTDATA += test.wav
-win32: CONFIG += insignificant_test
+win32:CONFIG += insignificant_test # QTBUG-26509
+linux-*:CONFIG += insignificant_test # QTBUG-26748
DEFINES += QT_DISABLE_DEPRECATED_BEFORE=0