refactor: refs #6695 comment out vnComponent tests in Jenkinsfile
gitea/salix-front/pipeline/pr-dev Something is wrong with the build of this commit Details

This commit is contained in:
Alex Moreno 2025-02-11 15:51:25 +01:00
parent decdcea2d8
commit fe8873571d
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -111,7 +111,7 @@ pipeline {
steps {
script {
runTestsInParallel([
'test/cypress/integration/vnComponent/',
// 'test/cypress/integration/vnComponent/',
'test/cypress/integration/outLogin/',
])
}