Skip to content

Commit

Permalink
[ML] Transform functional tests - re-enable feature controls suite
Browse files Browse the repository at this point in the history
  • Loading branch information
pheyos committed Feb 11, 2021
1 parent 9870ade commit 7c326cb
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
const appsMenu = getService('appsMenu');
const managementMenu = getService('managementMenu');

// FLAKY: https://github.com/elastic/kibana/issues/90576
describe.skip('security', () => {
describe('security', () => {
before(async () => {
await esArchiver.load('empty_kibana');
await PageObjects.security.forceLogout();
Expand Down

0 comments on commit 7c326cb

Please sign in to comment.