Skip to content

Commit

Permalink
skip flaky suite (#198866)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Nov 5, 2024
1 parent 7a3a2b3 commit c369400
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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[];

Expand Down

0 comments on commit c369400

Please sign in to comment.