From a5e5122e8ea01fa23a3afad5b9597dbce2e34c47 Mon Sep 17 00:00:00 2001 From: Jonathan Budzenski Date: Tue, 3 Mar 2020 16:07:56 -0600 Subject: [PATCH] skip isLoading when userPaginatedPolicyListTable (#59231) --- .../applications/endpoint/store/policy_list/index.test.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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',