Skip to content

Commit

Permalink
skip flaky suite (#83772)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Nov 22, 2020
1 parent 152819f commit 9fcf1f0
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,8 @@ describe('Custom detection rules creation', () => {
});
});

describe('Custom detection rules deletion and edition', () => {
// FLAKY: https://github.com/elastic/kibana/issues/83772
describe.skip('Custom detection rules deletion and edition', () => {
beforeEach(() => {
esArchiverLoad('custom_rules');
loginAndWaitForPageWithoutDateRange(DETECTIONS_URL);
Expand Down

0 comments on commit 9fcf1f0

Please sign in to comment.