skip failing es promotion suites (#109583)

This commit is contained in:
Tiago Costa 2021-08-23 00:21:24 +01:00
parent 8f3a069a85
commit eb08603a00
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -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'] },
() => {