mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip failing test suite (#185879)
This commit is contained in:
parent
72aad638f1
commit
bee5c9d415
1 changed files with 2 additions and 1 deletions
|
@ -27,7 +27,8 @@ const defaultProps = {
|
|||
isLoadingDescription: false,
|
||||
};
|
||||
|
||||
describe('Description', () => {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/185879
|
||||
describe.skip('Description', () => {
|
||||
const onUpdateField = jest.fn();
|
||||
let appMockRender: AppMockRenderer;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue