Skip to content

Commit

Permalink
skip flaky suite (#192640)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Nov 4, 2024
1 parent 4fdc70b commit 9246237
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ jest.mock('../../../common/navigation/hooks');

const useCaseViewNavigationMock = useCaseViewNavigation as jest.Mock;

describe('UserList ', () => {
// FLAKY: https://github.com/elastic/kibana/issues/192640
describe.skip('UserList ', () => {
const title = basicCase.title;
const caseLink = 'https://example.com/cases/test';
const user = {
Expand Down

0 comments on commit 9246237

Please sign in to comment.