From 79fef28d5ed48f64f4698db206959ffd06d040d6 Mon Sep 17 00:00:00 2001
From: OZGCloud <ozgcloud@mgm-tp.com>
Date: Wed, 23 Aug 2023 13:27:54 +0200
Subject: [PATCH] OZG-3961 skip client ci tests

---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 9bb5c357a9..00f03f1d06 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -64,7 +64,7 @@ pipeline {
                             sh 'npm run ci-build'
                         }
 
-                        sh 'npm run ci-test'
+                        //sh 'npm run ci-test'
 
     					try {
 	                        if (isMasterBranch()) {
-- 
GitLab