skip flaky suite (#83793)

This commit is contained in:
Tiago Costa 2020-12-08 02:16:52 +00:00
parent 8dcbac5518
commit f667b12cec
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -213,7 +213,8 @@ describe('Custom detection rules creation', () => {
});
});
describe('Custom detection rules deletion and edition', () => {
// FLAKY: https://github.com/elastic/kibana/issues/83793
describe.skip('Custom detection rules deletion and edition', () => {
beforeEach(() => {
esArchiverLoad('custom_rules');
loginAndWaitForPageWithoutDateRange(DETECTIONS_URL);