Skip to content

Commit

Permalink
skip flaky suite (#67814)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Jul 7, 2020
1 parent 79e5a07 commit 468201a
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ import { loginAndWaitForPageWithoutDateRange } from '../tasks/login';

import { ALERTS_URL } from '../urls/navigation';

describe('Detection rules, custom', () => {
// Flaky: https://github.com/elastic/kibana/issues/67814
describe.skip('Detection rules, custom', () => {
before(() => {
esArchiverLoad('custom_rule_with_timeline');
});
Expand Down

0 comments on commit 468201a

Please sign in to comment.