Skip to content

Commit

Permalink
skip flaky suite (elastic#198866)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic authored and mgadewoll committed Nov 7, 2024
1 parent 3a2c859 commit d34eb42
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 d34eb42

Please sign in to comment.