From 2a37ba908338938d36253db099f4a822abcc6d92 Mon Sep 17 00:00:00 2001 From: spalger Date: Wed, 1 Sep 2021 16:29:58 -0700 Subject: [PATCH] add issue link to skipped suite (#110920) (cherry picked from commit 356954061a865285396da500e438e2a796df8d03) --- x-pack/test/functional/apps/observability/alerts/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/test/functional/apps/observability/alerts/index.ts b/x-pack/test/functional/apps/observability/alerts/index.ts index b30cc9a85d5f8..ae60eff1859ba 100644 --- a/x-pack/test/functional/apps/observability/alerts/index.ts +++ b/x-pack/test/functional/apps/observability/alerts/index.ts @@ -18,7 +18,7 @@ const DATE_WITH_DATA = { export default ({ getPageObjects, getService }: FtrProviderContext) => { const esArchiver = getService('esArchiver'); - // FLAKY, no issue yet + // FLAKY: https://github.com/elastic/kibana/issues/110920 describe.skip('Observability alerts', function () { this.tags('includeFirefox');