Skip to content

Commit

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

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

0 comments on commit c736d99

Please sign in to comment.