skip flaky suite (#67814)

This commit is contained in:
Tiago Costa 2020-07-07 05:22:48 +01:00
parent 79e5a07bdc
commit 468201acf3
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -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');
});