Skip to content

Commit

Permalink
skip failing es promotion suites (#109583)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Aug 22, 2021
1 parent dd45ade commit e31d32a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ export default function ApiTest({ getService }: FtrProviderContext) {
}
);

registry.when(
// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/109583
registry.when.skip(
'correlations latency slow transactions with data and default args',
{ config: 'trial', archives: ['apm_8.0.0'] },
() => {
Expand Down

0 comments on commit e31d32a

Please sign in to comment.