skip flaky suite (#97355)

This commit is contained in:
spalger 2021-04-16 12:11:12 -07:00
parent 194355fdd3
commit 1cbdb26cea

View file

@ -58,7 +58,8 @@ export default function ({ getService }: FtrProviderContext) {
};
};
describe('feature controls', () => {
// FLAKY: https://github.com/elastic/kibana/issues/97355
describe.skip('feature controls', () => {
it(`APIs can't be accessed by user with no privileges`, async () => {
const username = 'logstash_read';
const roleName = 'logstash_read';