mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip flaky suite (#71501)
This commit is contained in:
parent
f6e7bee3b2
commit
a46732af40
1 changed files with 2 additions and 1 deletions
|
@ -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({});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue