diff options
author | Sergio Ahumada <sergio.ahumada@digia.com> | 2013-05-09 11:41:21 (GMT) |
---|---|---|
committer | The Qt Project <gerrit-noreply@qt-project.org> | 2013-05-11 16:14:55 (GMT) |
commit | c5f5ba3145a60b76a548b4f877f2c588130f0946 (patch) | |
tree | 7f866014bf8bc657b4f907b1060f43b2d8366353 | |
parent | 7167a515ea815cd9ca78eb7747ae419d9b6127a5 (diff) | |
download | Qt-c5f5ba3145a60b76a548b4f877f2c588130f0946.zip Qt-c5f5ba3145a60b76a548b4f877f2c588130f0946.tar.gz Qt-c5f5ba3145a60b76a548b4f877f2c588130f0946.tar.bz2 |
test: Remove insignificant_test from tst_qscriptextensionplugin
This test is now passing on all CI platforms.
Change-Id: Icd24090b782738c3ab2635d41560eaf0d6b7ba1a
Reviewed-by: Simo Fält <simo.falt@digia.com>
Reviewed-by: Janne Anttila <janne.anttila@digia.com>
-rw-r--r-- | tests/auto/qscriptextensionplugin/test/test.pro | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/auto/qscriptextensionplugin/test/test.pro b/tests/auto/qscriptextensionplugin/test/test.pro index d712d11..f052de8 100644 --- a/tests/auto/qscriptextensionplugin/test/test.pro +++ b/tests/auto/qscriptextensionplugin/test/test.pro @@ -22,5 +22,3 @@ CONFIG(debug_and_release) { } else { DESTDIR = .. } - -win32:CONFIG+=insignificant_test # QTQAINFRA-428 |