Skip to content

Commit

Permalink
[APM] Disabling apm e2e test (#113618) (#113787)
Browse files Browse the repository at this point in the history
# Conflicts:
#	vars/tasks.groovy
  • Loading branch information
cauemarcondes authored Oct 4, 2021
1 parent 0d2fcbc commit 88ded09
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 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 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/uptime/',
Expand All @@ -161,7 +162,6 @@ def functionalXpack(Map params = [:]) {
task(kibanaPipeline.functionalTestProcess('xpack-UptimePlaywright', './test/scripts/jenkins_uptime_playwright.sh'))
}
}

}
}

Expand Down

0 comments on commit 88ded09

Please sign in to comment.