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

This commit is contained in:
Dmitry Lemeshko 2019-05-29 11:45:46 +02:00 committed by GitHub
parent 1f8bc11512
commit bbbb33fc27
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');