From 91d73cf9814663a75e8749ed24f9303444321616 Mon Sep 17 00:00:00 2001 From: Tyler Smalley Date: Thu, 7 Jan 2021 15:32:01 -0800 Subject: [PATCH] skip flaky suite (#87105) --- .../apps/triggers_actions_ui/alerts_list.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x-pack/test/functional_with_es_ssl/apps/triggers_actions_ui/alerts_list.ts b/x-pack/test/functional_with_es_ssl/apps/triggers_actions_ui/alerts_list.ts index 361e5e632ecc..36812d0cd9ee 100644 --- a/x-pack/test/functional_with_es_ssl/apps/triggers_actions_ui/alerts_list.ts +++ b/x-pack/test/functional_with_es_ssl/apps/triggers_actions_ui/alerts_list.ts @@ -53,7 +53,8 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => { await testSubjects.click('alertsTab'); } - describe('alerts list', function () { + // Failing: See https://github.com/elastic/kibana/issues/87105 + describe.skip('alerts list', function () { before(async () => { await pageObjects.common.navigateToApp('triggersActions'); await testSubjects.click('alertsTab');