Add InsignificantTests flag for Windows 7 mingw73-x86

tst_QWinJumpList::testRecent started to fail. Let's use InsignificantTests
flag because We don't want to make Qt changes to this released branch and
we need to merge few provisioning changes.

Change-Id: Iabbca3256f9b9ab81d899edc2765a2acbcbd360e
Reviewed-by: Jani Heikkinen <jani.heikkinen@qt.io>
This commit is contained in:
Heikki Halmet
2020-12-20 20:52:06 +02:00
parent 53680499c8
commit 12b6b12c99

View File

@@ -5,6 +5,7 @@
-
Template: 'qtci-windows-7-x86-3'
Compiler: 'Mingw73'
Features: ['InsignificantTests']
Configure arguments: '-opensource -confirm-license -verbose -prefix c:\Users\qt\work\install -developer-build -release -nomake tests -opengl dynamic -nomake examples -openssl -I %OPENSSL_INCLUDE_x86% -L %OPENSSL_LIB_x86% -plugin-sql-mysql -plugin-sql-sqlite -plugin-sql-odbc -I %MYSQL_INCLUDE_x86% -L %MYSQL_LIB_x86% -plugin-sql-psql -I %POSTGRESQL_INCLUDE_x86% -L %POSTGRESQL_LIB_x86% -platform win32-g++'
-
Template: 'qtci-windows-10-x86_64-16'