From 0a3dd822ab889f39801db56c2fceac3792b0626c Mon Sep 17 00:00:00 2001 From: spalger Date: Thu, 23 Apr 2020 17:06:06 -0700 Subject: [PATCH] skip flaky suite (#62497) (cherry picked from commit a4e740ed3d90e584a80dd6811a1c535a92ac6ff6) --- test/accessibility/apps/discover.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/accessibility/apps/discover.ts b/test/accessibility/apps/discover.ts index 086b13ecee2b3b..0168626d4a1a97 100644 --- a/test/accessibility/apps/discover.ts +++ b/test/accessibility/apps/discover.ts @@ -33,7 +33,8 @@ export default function({ getService, getPageObjects }: FtrProviderContext) { ['geo.src', 'IN'], ]; - describe('Discover', () => { + // FLAKY: https://github.com/elastic/kibana/issues/62497 + describe.skip('Discover', () => { before(async () => { await esArchiver.load('discover'); await esArchiver.loadIfNeeded('logstash_functional');