Skip to content

Commit

Permalink
skip flaky suite (elastic#176964)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic authored and CoenWarmer committed Feb 15, 2024
1 parent 8ef1c4a commit 30584eb
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,8 @@ export default function ApiTest({ getService }: FtrProviderContext) {
});
});

describe('create rule with kql filter for opbeans-php', () => {
// FLAKY: https://github.com/elastic/kibana/issues/176964
describe.skip('create rule with kql filter for opbeans-php', () => {
let ruleId: string;

before(async () => {
Expand Down

0 comments on commit 30584eb

Please sign in to comment.