Skip to content

Commit

Permalink
🔥 Remove test skip as it is no longer flaky
Browse files Browse the repository at this point in the history
  • Loading branch information
dej611 committed Jul 30, 2020
1 parent d8d8306 commit 8aafef4
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 8aafef4

Please sign in to comment.