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/', ]) }