Skip to content

Commit

Permalink
skip flaky suite (#81844)
Browse files Browse the repository at this point in the history
  • Loading branch information
tylersmalley committed Oct 27, 2020
1 parent a6436b1 commit b73c39c
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 b73c39c

Please sign in to comment.