Skip to content

Commit

Permalink
skip flaky suite (#187554)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Jul 4, 2024
1 parent 2c28fdb commit 9a123c6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ import userEvent from '@testing-library/user-event';
import { customFieldsConfigurationMock } from '../../containers/mock';
import type { FormState } from '../configure_cases/flyout';

describe('CustomFieldsForm ', () => {
// FLAKY: https://github.com/elastic/kibana/issues/187554
describe.skip('CustomFieldsForm ', () => {
let appMockRender: AppMockRenderer;
const onChange = jest.fn();

Expand Down

0 comments on commit 9a123c6

Please sign in to comment.