[APM] Disabling apm e2e test (#114544)

[skip-ci]

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

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
Nathan L Smith 2021-10-11 12:55:06 -05:00 committed by GitHub
parent 50b3602d7f
commit 9d498b962c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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/',