mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
skip flaky suite (#198866)
This commit is contained in:
parent
7a3a2b3cb8
commit
c36940080b
1 changed files with 2 additions and 1 deletions
|
@ -137,7 +137,8 @@ export default function ApiTest({ getService }: FtrProviderContext) {
|
|||
|
||||
after(() => apmSynthtraceEsClient.clean());
|
||||
|
||||
describe('Transaction groups with avg transaction duration alerts', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/198866
|
||||
describe.skip('Transaction groups with avg transaction duration alerts', () => {
|
||||
let ruleId: string;
|
||||
let alerts: ApmAlertFields[];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue