Skip to content

Commit

Permalink
skip failing test suite (elastic#192428)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Sep 13, 2024
1 parent dcbba95 commit 8d8742f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ const useIsExperimentalFeatureEnabledMock = useIsExperimentalFeatureEnabled as j

let onChangeSelectionMock: jest.Mock;

describe('Policies selector', () => {
// Failing: See https://github.com/elastic/kibana/issues/192688
describe.skip('Policies selector', () => {
let getElement: (params: Partial<PoliciesSelectorProps>) => RenderResult;
beforeEach(() => {
onChangeSelectionMock = jest.fn();
Expand Down

0 comments on commit 8d8742f

Please sign in to comment.