From d294e4aab20d140c959a8ed7eebaac8a1a5a77bd Mon Sep 17 00:00:00 2001 From: spalger Date: Wed, 15 Jul 2020 14:26:44 -0700 Subject: [PATCH] skip flaky suite (#71951) (cherry picked from commit eebb72dd39b68c1f326c0e600690d380a597f26c) (cherry picked from commit 952f398c7acb29c9e3e4e8deada4d8fa37f476ce) --- .../security_solution_endpoint/apps/endpoint/policy_list.ts | 3 ++- 1 file changed, 2 insertions(+), 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 57321ab4cd911f..b91f0647487ff1 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 @@ -19,7 +19,8 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) { const policyTestResources = getService('policyTestResources'); const RELATIVE_DATE_FORMAT = /\d (?:seconds|minutes) ago/i; - describe('When on the Endpoint Policy List', function () { + // FLAKY: https://github.com/elastic/kibana/issues/71951 + describe.skip('When on the Endpoint Policy List', function () { this.tags(['ciGroup7']); before(async () => { await pageObjects.policy.navigateToPolicyList();