Skip to content

Commit

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

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

0 comments on commit ee72277

Please sign in to comment.