mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip failing es promotion suites (#109583)
This commit is contained in:
parent
8f3a069a85
commit
eb08603a00
1 changed files with 2 additions and 1 deletions
|
@ -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'] },
|
||||
() => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue