mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
parent
8ed8cc964e
commit
b4bdd12562
2 changed files with 4 additions and 2 deletions
|
@ -16,7 +16,8 @@ import { customFieldsMock, customFieldsConfigurationMock } from '../../../contai
|
|||
import userEvent from '@testing-library/user-event';
|
||||
import { CustomFieldTypes } from '../../../../common/types/domain';
|
||||
|
||||
describe('Case View Page files tab', () => {
|
||||
// Failing: See https://github.com/elastic/kibana/issues/185046
|
||||
describe.skip('Case View Page files tab', () => {
|
||||
const onSubmit = jest.fn();
|
||||
let appMockRender: AppMockRenderer;
|
||||
|
||||
|
|
|
@ -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