mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 01:13:23 -04:00
parent
3bfd41ef65
commit
ac01d6102b
1 changed files with 2 additions and 1 deletions
|
@ -24,7 +24,8 @@ export default function ({ getService, getPageObjects }) {
|
|||
const retry = getService('retry');
|
||||
const PageObjects = getPageObjects(['common', 'visualize']);
|
||||
|
||||
describe('data-shared-item', function indexPatternCreation() {
|
||||
// https://github.com/elastic/kibana/issues/37130
|
||||
describe.skip('data-shared-item', function indexPatternCreation() {
|
||||
before(async function () {
|
||||
log.debug('navigateToApp visualize');
|
||||
await PageObjects.common.navigateToApp('visualize');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue