From fe8873571d2854416a71ea4799b1fc16a0805b6e Mon Sep 17 00:00:00 2001 From: alexm Date: Tue, 11 Feb 2025 15:51:25 +0100 Subject: [PATCH] refactor: refs #6695 comment out vnComponent tests in Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index eba0ba41a..5d6058928 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -111,7 +111,7 @@ pipeline { steps { script { runTestsInParallel([ - 'test/cypress/integration/vnComponent/', + // 'test/cypress/integration/vnComponent/', 'test/cypress/integration/outLogin/', ]) }