From 31041af43ca368a009ab22d80b91757d2c4df6ed Mon Sep 17 00:00:00 2001 From: Tiago Costa Date: Mon, 1 Mar 2021 13:34:10 +0000 Subject: [PATCH] skip flaky suite (#85208) --- x-pack/test/functional/apps/uptime/locations.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x-pack/test/functional/apps/uptime/locations.ts b/x-pack/test/functional/apps/uptime/locations.ts index 15b4773373bf78..e3f1d046407543 100644 --- a/x-pack/test/functional/apps/uptime/locations.ts +++ b/x-pack/test/functional/apps/uptime/locations.ts @@ -39,7 +39,8 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => { await makeChecksWithStatus(es, LessAvailMonitor, 5, 2, 10000, {}, 'down'); }; - describe('Observer location', () => { + // FLAKY: https://github.com/elastic/kibana/issues/85208 + describe.skip('Observer location', () => { const start = '~ 15 minutes ago'; const end = 'now';