From 3d2c7337961cd4a63d3b430234da1556599f1fb9 Mon Sep 17 00:00:00 2001 From: Anastasiya Semiankevich Date: Wed, 13 Dec 2023 13:44:51 +0300 Subject: [PATCH] chore: move the TEST MODE back off for now --- ci/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/Jenkinsfile b/ci/Jenkinsfile index c5e67204..14d4fc64 100644 --- a/ci/Jenkinsfile +++ b/ci/Jenkinsfile @@ -76,7 +76,7 @@ pipeline { TESTRAIL_PROJECT_ID = 17 /* Runtime flag to make testing of the app easier. Switched off: unpredictable app behavior under new tests */ - / * STATUS_RUNTIME_TEST_MODE = 'True' */ + /* STATUS_RUNTIME_TEST_MODE = 'True' */ } stages {