Skip to content

Commit

Permalink
skip flaky suite (#188133)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Jul 17, 2024
1 parent 4aabc27 commit df429da
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 { customFieldsConfigurationMock } from '../../containers/mock';
import { CustomFields } from './custom_fields';
import * as i18n from './translations';

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

Expand Down

0 comments on commit df429da

Please sign in to comment.