Skip to content

Commit

Permalink
skip flaky suite (elastic#202115)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic authored and CAWilson94 committed Dec 12, 2024
1 parent 13ad662 commit 5e75af2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ import { FormTestComponent } from '../../../common/test_utils';
import { Create } from './create';
import { customFieldsConfigurationMock } from '../../../containers/mock';

describe('Create ', () => {
// FLAKY: https://github.com/elastic/kibana/issues/202115
describe.skip('Create ', () => {
const onSubmit = jest.fn();

beforeEach(() => {
Expand Down

0 comments on commit 5e75af2

Please sign in to comment.