Skip to content

Commit

Permalink
skip flaky suite (#192435)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Oct 17, 2024
1 parent 96541f4 commit aba0527
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 @@ jest.mock('@tanstack/react-query', () => {
};
});

describe('useGetEndpointDetails hook', () => {
// FLAKY: https://github.com/elastic/kibana/issues/192435
describe.skip('useGetEndpointDetails hook', () => {
let renderReactQueryHook: ReactQueryHookRenderer<
Parameters<typeof useGetEndpointDetails>,
ReturnType<typeof useGetEndpointDetails>
Expand Down

0 comments on commit aba0527

Please sign in to comment.