Skip to content

Commit

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

describe('Case Owner Selection', () => {
// FLAKY: https://github.com/elastic/kibana/issues/188488
describe.skip('Case Owner Selection', () => {
const onOwnerChange = jest.fn();
const selectedOwner = SECURITY_SOLUTION_OWNER;

Expand Down

0 comments on commit 6b7c7d4

Please sign in to comment.