Skip to content

Commit

Permalink
skip failing test suites (elastic#185046, elastic#185879)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz authored and mgadewoll committed Nov 7, 2024
1 parent 7a0ad22 commit 9ee2d90
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 9ee2d90

Please sign in to comment.