Skip to content

Commit

Permalink
skip failing test suite (#188133)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Oct 1, 2024
1 parent 4a2ae7a commit 83d321b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ import { FormTestComponent } from '../../common/test_utils';
import { customFieldsConfigurationMock } from '../../containers/mock';
import { CustomFields } from './custom_fields';

describe('CustomFields', () => {
// Failing: See https://github.com/elastic/kibana/issues/188133
describe.skip('CustomFields', () => {
let appMockRender: AppMockRenderer;
const onSubmit = jest.fn();

Expand Down

0 comments on commit 83d321b

Please sign in to comment.