Skip to content

Commit

Permalink
fix: disable integration tests (temporary) (webex#68)
Browse files Browse the repository at this point in the history
* fix: update node to use v16

* fix: disable integration tests (temporary)
  • Loading branch information
priynand authored and GitHub Enterprise committed Jul 6, 2022
1 parent 4ea99a8 commit 75064a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ci/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ pipeline {
sourceFileResolver: sourceFiles('NEVER_STORE')
}
}
stage('Run Integration Tests on Chrome') {
/* stage('Run Integration Tests on Chrome') {
steps {
withCredentials([string(credentialsId: 'SAUCE_ACCESS_KEY', variable: 'SAUCE_ACCESS_KEY')]) {
echo "SAUCE=$SAUCE"
Expand Down Expand Up @@ -91,7 +91,7 @@ pipeline {
sh './node_modules/yarn/bin/yarn test:integration:edge'
}
}
}
} */
stage('SonarQube Analysis') {
environment {
scannerHome = tool 'sonar-scanner'
Expand Down

0 comments on commit 75064a4

Please sign in to comment.