Skip to content

Commit

Permalink
[test] Skips flaky detection engine tests
Browse files Browse the repository at this point in the history
#71814

Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
  • Loading branch information
Tyler Smalley committed Jul 15, 2020
1 parent e395de2 commit 65c0dab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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})`;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,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
Expand Down

0 comments on commit 65c0dab

Please sign in to comment.