Skip to content
This repository has been archived by the owner on Mar 31, 2024. It is now read-only.

Commit

Permalink
Revert "skip flaky suite (elastic#97382)"
Browse files Browse the repository at this point in the history
This reverts commit e321f57.
  • Loading branch information
spalger committed Apr 21, 2021
1 parent c60411e commit c78d089
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ export default function featureControlsTests({ getService }: FtrProviderContext)
const supertest = getService('supertestWithoutAuth');
const security = getService('security');

// FLAKY: https://github.com/elastic/kibana/issues/97382
describe.skip('feature controls', () => {
describe('feature controls', () => {
const kibanaUsername = 'kibana_admin';
const kibanaUserRoleName = 'kibana_admin';

Expand Down

0 comments on commit c78d089

Please sign in to comment.