Skip to content

Commit

Permalink
chore(ci): disable E2E tests in packaging job too
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya committed Oct 29, 2021
1 parent 2d9364d commit 969b84b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .ci/packaging.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,8 @@ pipeline {
agent { label 'ubuntu-18 && immutable' }
options { skipDefaultCheckout() }
steps {
runE2ETests()
log(level: 'WARN', text: "E2E Tests for Beats are disabled until latest breaking changes in Kibana affecting Package Registry are resolved.")
//runE2ETests()
}
}
}
Expand Down

0 comments on commit 969b84b

Please sign in to comment.