mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip failing suites (#177084)
This commit is contained in:
parent
cec949ed0a
commit
f8c49fe038
1 changed files with 2 additions and 1 deletions
|
@ -81,7 +81,8 @@ const uploadPipeline = (pipelineContent: string | object) => {
|
|||
}
|
||||
|
||||
if (
|
||||
(await doAnyChangesMatch([/^x-pack\/plugins\/apm/, /^packages\/kbn-apm-synthtrace/])) ||
|
||||
// Failing: See https://github.com/elastic/kibana/issues/177084
|
||||
// (await doAnyChangesMatch([/^x-pack\/plugins\/apm/, /^packages\/kbn-apm-synthtrace/])) ||
|
||||
GITHUB_PR_LABELS.includes('ci:all-cypress-suites')
|
||||
) {
|
||||
pipeline.push(getPipeline('.buildkite/pipelines/pull_request/apm_cypress.yml'));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue