Skip to content

Commit

Permalink
enable apm functional tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mshustov committed Oct 10, 2021
1 parent bc07817 commit 8a80c85
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions vars/tasks.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -146,14 +146,13 @@ def functionalXpack(Map params = [:]) {
}
}

//temporarily disable apm e2e test since it's breaking due to a version upgrade.
// whenChanged([
// 'x-pack/plugins/apm/',
// ]) {
// if (githubPr.isPr()) {
// task(kibanaPipeline.functionalTestProcess('xpack-APMCypress', './test/scripts/jenkins_apm_cypress.sh'))
// }
// }
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 8a80c85

Please sign in to comment.