skip flaky suite (#71501)

This commit is contained in:
Tiago Costa 2020-07-13 19:13:38 +01:00
parent f6e7bee3b2
commit a46732af40
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -25,7 +25,8 @@ export default function ({ getService, getPageObjects }) {
const es = getService('legacyEs');
const PageObjects = getPageObjects(['settings', 'common']);
describe('"Create Index Pattern" wizard', function () {
// Flaky: https://github.com/elastic/kibana/issues/71501
describe.skip('"Create Index Pattern" wizard', function () {
before(async function () {
// delete .kibana index and then wait for Kibana to re-create it
await kibanaServer.uiSettings.replace({});