Skip to content

Commit

Permalink
Don't skip index pattern creation test (elastic#73032) (elastic#73058)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattkime authored Jul 23, 2020
1 parent 5f8e953 commit 09c04d6
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ export default function ({ getService, getPageObjects }) {
const es = getService('legacyEs');
const PageObjects = getPageObjects(['settings', 'common']);

// Flaky: https://github.com/elastic/kibana/issues/71501
describe.skip('"Create Index Pattern" wizard', function () {
describe('"Create Index Pattern" wizard', function () {
before(async function () {
// delete .kibana index and then wait for Kibana to re-create it
await kibanaServer.uiSettings.replace({});
Expand Down

0 comments on commit 09c04d6

Please sign in to comment.