Skip to content

Commit

Permalink
[ Functional Test ] Unskip X-Pack "Advanced Settings - spaces feature…
Browse files Browse the repository at this point in the history
… controls" suite (elastic#73823)

Co-authored-by: Elastic Machine <[email protected]>
  • Loading branch information
dej611 and elasticmachine committed Aug 17, 2020
1 parent 883b704 commit dbd3e32
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
const appsMenu = getService('appsMenu');
const config = getService('config');

// FLAKY: https://github.com/elastic/kibana/issues/57413
describe.skip('spaces feature controls', () => {
describe('spaces feature controls', () => {
before(async () => {
await esArchiver.loadIfNeeded('logstash_functional');
});
Expand Down

0 comments on commit dbd3e32

Please sign in to comment.