Skip to content

Commit

Permalink
Merge branch '7.10' into backport/7.10/pr-81334
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine authored Oct 28, 2020
2 parents bf33966 + 46a7cd2 commit 61b4a11
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/api_integration/apis/maps/proxy_api.js
Original file line number Diff line number Diff line change
Expand Up @@ -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`)
Expand Down

0 comments on commit 61b4a11

Please sign in to comment.