skip flaky discover test (#13114)

Caused last 4 builds to fail on master.

Will attempt to bring back in
https://github.com/elastic/kibana/pull/13034
This commit is contained in:
Stacey Gammon 2017-07-26 08:39:08 -04:00 committed by GitHub
parent 008cf03d51
commit fbec367c16

View file

@ -230,7 +230,7 @@ export default function ({ getService, getPageObjects }) {
});
describe('data-shared-item', function () {
it('should have correct data-shared-item title and description', async () => {
it.skip('should have correct data-shared-item title and description', async () => {
const expected = {
title: 'A Saved Search',
description: 'A Saved Search Description'