[visualize/_shared_item] skip test due to #37130 (#37131) (#37278)

This commit is contained in:
Dmitry Lemeshko 2019-05-29 00:01:13 +02:00 committed by GitHub
parent 3bfd41ef65
commit ac01d6102b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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');