diff options
author | Sergio Ahumada <sergio.ahumada@digia.com> | 2013-05-09 16:20:25 (GMT) |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-05-11 16:15:36 (GMT) |
commit | 10e5e4b1044ed9f448a61630877c8528de2c0835 (patch) | |
tree | 9be2c7a7d952c5aded473fce6176873d57cba6cf | |
parent | 080104e7493b2981eb60e8f684a226a3a5877e47 (diff) | |
download | Qt-10e5e4b1044ed9f448a61630877c8528de2c0835.zip Qt-10e5e4b1044ed9f448a61630877c8528de2c0835.tar.gz Qt-10e5e4b1044ed9f448a61630877c8528de2c0835.tar.bz2 |
test: Remove insignificant_test from tst_qaudioinput
This test is now passing on all CI platforms.
Change-Id: I51df22c00d4e13a0b83230bc25e1b810ed183539
Reviewed-by: Simo Fält <simo.falt@digia.com>
Reviewed-by: Janne Anttila <janne.anttila@digia.com>
-rw-r--r-- | tests/auto/qaudioinput/qaudioinput.pro | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/auto/qaudioinput/qaudioinput.pro b/tests/auto/qaudioinput/qaudioinput.pro index db7e228..051b02e 100644 --- a/tests/auto/qaudioinput/qaudioinput.pro +++ b/tests/auto/qaudioinput/qaudioinput.pro @@ -12,5 +12,3 @@ wince* { } else { !symbian:DEFINES += SRCDIR=\\\"$$PWD/\\\" } - -CONFIG+=insignificant_test # QTQAINFRA-428 |