skip flaky suite (#97382)

This commit is contained in:
spalger 2021-04-16 22:28:19 -07:00
parent 721f4b55f5
commit e321f57f64

View file

@ -12,7 +12,8 @@ export default function featureControlsTests({ getService }: FtrProviderContext)
const supertest = getService('supertestWithoutAuth');
const security = getService('security');
describe('feature controls', () => {
// FLAKY: https://github.com/elastic/kibana/issues/97382
describe.skip('feature controls', () => {
const kibanaUsername = 'kibana_admin';
const kibanaUserRoleName = 'kibana_admin';