Skip to content

Commit

Permalink
unskip test
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasneirynck committed Oct 27, 2020
1 parent 4c36940 commit aaf46f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/test/api_integration/apis/maps/proxy_api.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default function ({ getService }) {
const supertest = getService('supertest');

// Failing: See https://github.com/elastic/kibana/issues/81844
describe.skip('EMS proxy', () => {
describe('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 aaf46f9

Please sign in to comment.