Skip to content

Commit

Permalink
skip flaky suites (elastic#187719)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Jul 24, 2024
1 parent a1d221e commit ab27391
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,8 @@ describe('telemetry tasks', () => {
});
});

describe('detection-rules', () => {
// FLAKY: https://github.com/elastic/kibana/issues/187719
describe.skip('detection-rules', () => {
it('should execute when scheduled', async () => {
await mockAndScheduleDetectionRulesTask();

Expand Down

0 comments on commit ab27391

Please sign in to comment.