Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mattkime authored Jul 13, 2020
1 parent 306eb5c commit 0d3c5f5
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ export default function ({ getService, getPageObjects }) {
const kibanaServer = getService('kibanaServer');
const es = getService('legacyEs');
const PageObjects = getPageObjects(['settings', 'common']);

// Flaky: https://github.com/elastic/kibana/issues/71501

describe('"Create Index Pattern" wizard', function () {
before(async function () {
// delete .kibana index and then wait for Kibana to re-create it
Expand Down

0 comments on commit 0d3c5f5

Please sign in to comment.