Skip to content

Commit

Permalink
skip flaky suite (#174376)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Jan 9, 2024
1 parent 5bdb5d8 commit 3433f43
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 { SubmitCaseButton } from './submit_button';
import type { FormProps } from './schema';
import { schema } from './schema';

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

const MockHookWrapperComponent: React.FC = ({ children }) => {
Expand Down

0 comments on commit 3433f43

Please sign in to comment.