Skip to content

Commit

Permalink
skip failing test suite (#189719)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Sep 16, 2024
1 parent d6fdc82 commit 42fef0b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jest.mock('../../containers/user_profiles/api');

const currentUserProfile = userProfiles[0];

describe('Assignees', () => {
// Failing: See https://github.com/elastic/kibana/issues/189719
describe.skip('Assignees', () => {
let globalForm: FormHook;
let appMockRender: AppMockRenderer;

Expand Down

0 comments on commit 42fef0b

Please sign in to comment.