Skip to content

Commit

Permalink
skip flaky suite (elastic#175570)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic authored and CoenWarmer committed Feb 15, 2024
1 parent eefda43 commit 4cc6a00
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ import type { FormProps } from './schema';
import { schema } from './schema';
import { waitForComponentToPaint } from '../../common/test_utils';

describe('Case Owner Selection', () => {
// FLAKY: https://github.com/elastic/kibana/issues/175570
describe.skip('Case Owner Selection', () => {
let globalForm: FormHook;

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

0 comments on commit 4cc6a00

Please sign in to comment.