From bc5d8c20c1b1ebeedf2aa21a3c6b0656094e2154 Mon Sep 17 00:00:00 2001 From: Tiago Costa Date: Tue, 9 Jun 2020 03:36:12 +0100 Subject: [PATCH] chore(NA): skip endpoint Endpoint Alert Page: when es has data and user has navigated to the page (#68596) --- x-pack/test/functional_endpoint/apps/endpoint/alerts.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x-pack/test/functional_endpoint/apps/endpoint/alerts.ts b/x-pack/test/functional_endpoint/apps/endpoint/alerts.ts index e41cf3fb90ba..e57efc8a7ce7 100644 --- a/x-pack/test/functional_endpoint/apps/endpoint/alerts.ts +++ b/x-pack/test/functional_endpoint/apps/endpoint/alerts.ts @@ -12,7 +12,8 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) { const esArchiver = getService('esArchiver'); const browser = getService('browser'); - describe('Endpoint Alert Page: when es has data and user has navigated to the page', function () { + // SKIPPED as it is failing in ES PROMOTION: https://github.com/elastic/kibana/issues/68596 + describe.skip('Endpoint Alert Page: when es has data and user has navigated to the page', function () { this.tags(['ciGroup7']); before(async () => { await esArchiver.load('endpoint/alerts/api_feature');