Skip to content

Commit

Permalink
skip flaky suite (#176948)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Feb 14, 2024
1 parent 2dd419c commit c615fa5
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,8 @@ export default function ApiTest({ getService }: FtrProviderContext) {

after(() => synthtraceEsClient.clean());

describe('create rule without kql filter', () => {
// FLAKY: https://github.com/elastic/kibana/issues/176948
describe.skip('create rule without kql filter', () => {
let ruleId: string;
let alerts: ApmAlertFields[];
let actionId: string;
Expand Down

0 comments on commit c615fa5

Please sign in to comment.