mirror of
https://github.com/elastic/kibana.git
synced 2025-06-28 11:05:39 -04:00
skip flaky suite (#162997)
This commit is contained in:
parent
98329533e9
commit
8f1041c81a
1 changed files with 2 additions and 1 deletions
|
@ -75,7 +75,8 @@ const createSearchFnMock = (nrOfHits: number) => {
|
||||||
|
|
||||||
const dataViewMock = buildDataViewMock({ name: 'the-data-view', fields: deepMockedFields });
|
const dataViewMock = buildDataViewMock({ name: 'the-data-view', fields: deepMockedFields });
|
||||||
|
|
||||||
describe('saved search embeddable', () => {
|
// FLAKY: https://github.com/elastic/kibana/issues/162997
|
||||||
|
describe.skip('saved search embeddable', () => {
|
||||||
let mountpoint: HTMLDivElement;
|
let mountpoint: HTMLDivElement;
|
||||||
let servicesMock: jest.Mocked<DiscoverServices>;
|
let servicesMock: jest.Mocked<DiscoverServices>;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue