Update Jenkinsfile.tests-e2e

This commit is contained in:
Anastasiya Semenkevich 2024-06-19 09:49:49 +03:00 committed by Anastasiya
parent b97c9ba057
commit 98f6f1df9c
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ pipeline {
/* Runtime flag to make testing of the app easier. Switched off: unpredictable app behavior under new tests */
/* STATUS_RUNTIME_TEST_MODE = 'True' */
QT_LOGGING_RULES = '*.warning=true;qt.qpa.*info=true'
QT_LOGGING_RULES = '*.warning=true'
QT_DEBUG_PLUGINS = 1
}