Skip to content

Commit 0d3c5f5

Browse files
authored
remove comment
1 parent 306eb5c commit 0d3c5f5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

x-pack/test/functional/apps/management/create_index_pattern_wizard.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ export default function ({ getService, getPageObjects }) {
88
const kibanaServer = getService('kibanaServer');
99
const es = getService('legacyEs');
1010
const PageObjects = getPageObjects(['settings', 'common']);
11-
12-
// Flaky: https://github.com/elastic/kibana/issues/71501
11+
1312
describe('"Create Index Pattern" wizard', function () {
1413
before(async function () {
1514
// delete .kibana index and then wait for Kibana to re-create it

0 commit comments

Comments
 (0)