Skip to content

Commit

Permalink
skip flaky suite (elastic#175407)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic authored and CoenWarmer committed Feb 15, 2024
1 parent d3146ae commit d60f4cf
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@ export default function ({ getService }: FtrProviderContext) {
await cleanup({ client: esClient, config: dataForgeConfig, logger });
});

describe('Rule creation', () => {
// FLAKY: https://github.com/elastic/kibana/issues/175407
describe.skip('Rule creation', () => {
it('creates rule successfully', async () => {
actionId = await createIndexConnector({
supertest,
Expand Down

0 comments on commit d60f4cf

Please sign in to comment.