diff --git a/x-pack/plugins/endpoint/public/applications/endpoint/store/policy_list/index.test.ts b/x-pack/plugins/endpoint/public/applications/endpoint/store/policy_list/index.test.ts index ae4a0868a68f..13ce1489a481 100644 --- a/x-pack/plugins/endpoint/public/applications/endpoint/store/policy_list/index.test.ts +++ b/x-pack/plugins/endpoint/public/applications/endpoint/store/policy_list/index.test.ts @@ -38,7 +38,8 @@ describe('policy list store concerns', () => { expect(selectIsLoading(getState())).toBe(false); }); - test('it sets `isLoading` when `userPaginatedPolicyListTable`', async () => { + // https://github.com/elastic/kibana/issues/58896 + test.skip('it sets `isLoading` when `userPaginatedPolicyListTable`', async () => { expect(selectIsLoading(getState())).toBe(false); dispatch({ type: 'userPaginatedPolicyListTable',