Skip to content

Commit

Permalink
Revert "chore: comment out the E2E (elastic#24109)"
Browse files Browse the repository at this point in the history
This reverts commit 3edd5c7.
  • Loading branch information
v1v committed Feb 19, 2021
1 parent 4615a5a commit 91f575d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .ci/packaging.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -252,15 +252,13 @@ pipeline {
}
}
}
/*
stage('Run E2E Tests for Packages'){
agent { label 'ubuntu-18 && immutable' }
options { skipDefaultCheckout() }
steps {
runE2ETests()
}
}
*/
}
post {
success {
Expand Down

0 comments on commit 91f575d

Please sign in to comment.