Skip to content

Commit

Permalink
skip flaky suite (elastic#97382)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Apr 17, 2021
1 parent 721f4b5 commit e321f57
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand Down

0 comments on commit e321f57

Please sign in to comment.