Skip to content

Commit

Permalink
skip flaky suite (elastic#83772)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Nov 22, 2020
1 parent a9d08dd commit b2b41e9
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 b2b41e9

Please sign in to comment.