Skip to content

Commit

Permalink
chore: comment out the E2E
Browse files Browse the repository at this point in the history
While we discover the error with ARM images
  • Loading branch information
mdelapenya committed Feb 18, 2021
1 parent dc2d849 commit 80466a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .ci/packaging.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -247,13 +247,15 @@ pipeline {
}
}
}
/*
stage('Run E2E Tests for Packages'){
agent { label 'ubuntu-18 && immutable' }
options { skipDefaultCheckout() }
steps {
runE2ETests()
}
}
*/
}
post {
success {
Expand Down

0 comments on commit 80466a1

Please sign in to comment.