Skip to content

Commit

Permalink
skip failing test suite (elastic#185046)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ikuni17 committed Oct 8, 2024
1 parent c4e4028 commit e9573f3
Showing 1 changed file with 2 additions and 1 deletion.
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

0 comments on commit e9573f3

Please sign in to comment.