From 79f585b9e90c311f2c7b905426318d345b1bf641 Mon Sep 17 00:00:00 2001 From: Sergio Ahumada Date: Wed, 31 Oct 2012 22:19:06 +0100 Subject: [PATCH] test: Mark tst_QSoundEffect as insignificant Task-number: QTBUG-26509 Task-number: QTBUG-26748 Change-Id: Id8952c2ed3e2a261907eed1e160fc187af6983ce Reviewed-by: Rohan McGovern --- tests/auto/integration/qsoundeffect/qsoundeffect.pro | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/auto/integration/qsoundeffect/qsoundeffect.pro b/tests/auto/integration/qsoundeffect/qsoundeffect.pro index e3200ce..2fffaf7 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 -- 2.7.4