From 46a7cd2672bb2d6f5179acdd324dab2a22cc86e4 Mon Sep 17 00:00:00 2001 From: Tyler Smalley Date: Tue, 27 Oct 2020 12:58:12 -0700 Subject: [PATCH] skip flaky suite (#81844) --- x-pack/test/api_integration/apis/maps/proxy_api.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x-pack/test/api_integration/apis/maps/proxy_api.js b/x-pack/test/api_integration/apis/maps/proxy_api.js index f85de9dc1670a..45ce84cabcac9 100644 --- a/x-pack/test/api_integration/apis/maps/proxy_api.js +++ b/x-pack/test/api_integration/apis/maps/proxy_api.js @@ -9,7 +9,8 @@ import expect from '@kbn/expect'; export default function ({ getService }) { const supertest = getService('supertest'); - describe('EMS proxy', () => { + // Failing: See https://github.com/elastic/kibana/issues/81844 + describe.skip('EMS proxy', () => { it('should correctly rewrite url and format', async () => { const resp = await supertest .get(`/api/maps/ems/files/v7.10/manifest`)