From f67bb352838f8c06423b48e572446cb0d0b61efe Mon Sep 17 00:00:00 2001 From: kevinlog Date: Thu, 18 Jun 2020 15:41:19 -0400 Subject: [PATCH] remove uneeded variable --- .../test/security_solution_endpoint/apps/endpoint/policy_list.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/x-pack/test/security_solution_endpoint/apps/endpoint/policy_list.ts b/x-pack/test/security_solution_endpoint/apps/endpoint/policy_list.ts index 51b133bf6e146..941a100416740 100644 --- a/x-pack/test/security_solution_endpoint/apps/endpoint/policy_list.ts +++ b/x-pack/test/security_solution_endpoint/apps/endpoint/policy_list.ts @@ -18,7 +18,6 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) { const testSubjects = getService('testSubjects'); const policyTestResources = getService('policyTestResources'); const RELATIVE_DATE_FORMAT = /\d (?:seconds|minutes) ago/i; - const retry = getService('retry'); describe('When on the Endpoint Policy List', function () { this.tags(['ciGroup7']);