Skip to content

Commit

Permalink
skip flaky suite (#175112)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Mar 5, 2024
1 parent 6a7fb48 commit 10f77e3
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ import { customFieldsMock, customFieldsConfigurationMock } from '../../../contai
import userEvent from '@testing-library/user-event';
import type { CaseCustomFieldToggle } from '../../../../common/types/domain';

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

beforeEach(() => {
Expand Down

0 comments on commit 10f77e3

Please sign in to comment.