Skip to content

Commit

Permalink
skip flaky suite (elastic#174397)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic authored and CoenWarmer committed Feb 15, 2024
1 parent 7fd4766 commit 737823c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ export const TestExpression: FunctionComponent<any> = () => {
);
};

describe('rule_add', () => {
// FLAKY: https://github.com/elastic/kibana/issues/174397
describe.skip('rule_add', () => {
afterEach(() => {
jest.clearAllMocks();
});
Expand Down

0 comments on commit 737823c

Please sign in to comment.