skip flaky suite, and dependent suite (#90229)

(cherry picked from commit 27a53cf4d7)
This commit is contained in:
spalger 2021-02-03 16:21:19 -07:00
parent 128d84f33b
commit 346da76d4f
2 changed files with 4 additions and 2 deletions

View file

@ -21,7 +21,8 @@ export default ({ getService }: FtrProviderContext) => {
const supertestWithoutAuth = getService('supertestWithoutAuth');
const security = getService('security');
describe('create_index', () => {
// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/90229
describe.skip('create_index', () => {
afterEach(async () => {
await deleteSignalsIndex(supertest);
});

View file

@ -15,7 +15,8 @@ export default ({ getService }: FtrProviderContext) => {
const supertest = getService('supertest');
const supertestWithoutAuth = getService('supertestWithoutAuth');
describe('read_privileges', () => {
// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/90229
describe.skip('read_privileges', () => {
it('should return expected privileges for elastic admin', async () => {
const { body } = await supertest.get(DETECTION_ENGINE_PRIVILEGES_URL).send().expect(200);
expect(body).to.eql({