mirror of
https://github.com/elastic/kibana.git
synced 2025-06-27 18:51:07 -04:00
[APM] Disabling apm e2e test (#113618)
This commit is contained in:
parent
2d2878a904
commit
4f583eb16b
1 changed files with 8 additions and 7 deletions
|
@ -146,13 +146,14 @@ def functionalXpack(Map params = [:]) {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
whenChanged([
|
//temporarily disable apm e2e test since it's breaking due to a version upgrade.
|
||||||
'x-pack/plugins/apm/',
|
// whenChanged([
|
||||||
]) {
|
// 'x-pack/plugins/apm/',
|
||||||
if (githubPr.isPr()) {
|
// ]) {
|
||||||
task(kibanaPipeline.functionalTestProcess('xpack-APMCypress', './test/scripts/jenkins_apm_cypress.sh'))
|
// if (githubPr.isPr()) {
|
||||||
}
|
// task(kibanaPipeline.functionalTestProcess('xpack-APMCypress', './test/scripts/jenkins_apm_cypress.sh'))
|
||||||
}
|
// }
|
||||||
|
// }
|
||||||
|
|
||||||
whenChanged([
|
whenChanged([
|
||||||
'x-pack/plugins/uptime/',
|
'x-pack/plugins/uptime/',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue