From e1d8f0cc8915e01c83f261a8a936f1f46dbce865 Mon Sep 17 00:00:00 2001 From: Ying Mao Date: Tue, 17 Nov 2020 11:29:36 -0500 Subject: [PATCH] Removing comment --- .../functional_with_es_ssl/apps/triggers_actions_ui/details.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/x-pack/test/functional_with_es_ssl/apps/triggers_actions_ui/details.ts b/x-pack/test/functional_with_es_ssl/apps/triggers_actions_ui/details.ts index 35312f250426a..fdcb456493dab 100644 --- a/x-pack/test/functional_with_es_ssl/apps/triggers_actions_ui/details.ts +++ b/x-pack/test/functional_with_es_ssl/apps/triggers_actions_ui/details.ts @@ -307,7 +307,6 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => { }); }); - // FLAKY: https://github.com/elastic/kibana/issues/57426 describe('Alert Instances', function () { const testRunUuid = uuid.v4(); let alert: any;