[test] Skips flaky detection engine tests

https://github.com/elastic/kibana/issues/71814

Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
This commit is contained in:
Tyler Smalley 2020-07-14 23:36:05 -07:00
parent 3c8a66e2b3
commit ddbfe53e22
2 changed files with 4 additions and 2 deletions

View file

@ -67,7 +67,8 @@ describe('Alerts rules, prebuilt rules', () => {
});
});
describe('Deleting prebuilt rules', () => {
// https://github.com/elastic/kibana/issues/71814
describe.skip('Deleting prebuilt rules', () => {
beforeEach(() => {
const expectedNumberOfRules = totalNumberOfPrebuiltRules;
const expectedElasticRulesBtnText = `Elastic rules (${expectedNumberOfRules})`;

View file

@ -20,7 +20,8 @@ export default ({ getService }: FtrProviderContext): void => {
const supertest = getService('supertest');
const es = getService('es');
describe('add_prepackaged_rules', () => {
// https://github.com/elastic/kibana/issues/71814
describe.skip('add_prepackaged_rules', () => {
describe('validation errors', () => {
it('should give an error that the index must exist first if it does not exist before adding prepackaged rules', async () => {
const { body } = await supertest