Skip to content

Commit

Permalink
skip flaky suite (#188450)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Jul 24, 2024
1 parent 3ef6427 commit 8c885e9
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 { CustomFieldTypes } from '../../../common/types/domain';
import { FormFields } from './form_fields';

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

Expand Down

0 comments on commit 8c885e9

Please sign in to comment.