mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
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:
parent
008cf03d51
commit
fbec367c16
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue