Skip to content

Commit eb08603

Browse files
committed
skip failing es promotion suites (#109583)
1 parent 8f3a069 commit eb08603

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

x-pack/test/apm_api_integration/tests/correlations/latency_slow_transactions.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ export default function ApiTest({ getService }: FtrProviderContext) {
4343
}
4444
);
4545

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

0 commit comments

Comments
 (0)