From 7b29290b8a21542cf147b334e2bca4bdcc2378a6 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 15b4773373bf7..e3f1d04640754 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';