Skip to content

Commit

Permalink
skip flaky suite (#177304)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Aug 22, 2024
1 parent 6b7c7d4 commit 04916ff
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ import { Create } from './create';
import { customFieldsConfigurationMock } from '../../../containers/mock';
import userEvent from '@testing-library/user-event';

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

beforeEach(() => {
Expand Down

0 comments on commit 04916ff

Please sign in to comment.