Skip to content

Commit

Permalink
[APM] Disabling apm e2e test (#114544)
Browse files Browse the repository at this point in the history
[skip-ci]

APM Cypress tests are again failing on PRs. Disable temporarily.

Co-authored-by: Kibana Machine <[email protected]>
  • Loading branch information
smith and kibanamachine authored Oct 11, 2021
1 parent 50b3602 commit 9d498b9
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions vars/tasks.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -146,13 +146,14 @@ def functionalXpack(Map params = [:]) {
}
}

whenChanged([
'x-pack/plugins/apm/',
]) {
if (githubPr.isPr()) {
task(kibanaPipeline.functionalTestProcess('xpack-APMCypress', './test/scripts/jenkins_apm_cypress.sh'))
}
}
//temporarily disable apm e2e test since it's breaking.
// whenChanged([
// 'x-pack/plugins/apm/',
// ]) {
// if (githubPr.isPr()) {
// task(kibanaPipeline.functionalTestProcess('xpack-APMCypress', './test/scripts/jenkins_apm_cypress.sh'))
// }
// }

whenChanged([
'x-pack/plugins/uptime/',
Expand Down

0 comments on commit 9d498b9

Please sign in to comment.