Skip to content

Commit

Permalink
skip flaky suite (#175407)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Jan 24, 2024
1 parent 5d25406 commit ee3934b
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 ee3934b

Please sign in to comment.