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#45244)"
Browse files Browse the repository at this point in the history
This reverts commit 0cee1a4.
  • Loading branch information
spalger committed Feb 15, 2020
1 parent dc58424 commit 924dd30
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ export default function({ getPageObjects, getService }: FtrProviderContext) {
const testSubjects = getService('testSubjects');
const appsMenu = getService('appsMenu');

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

0 comments on commit 924dd30

Please sign in to comment.