Re-enable previously skipped geo_shape antimeridian test since upstream issue has been resolved (#42625)

This commit is contained in:
Aaron Caldwell 2019-08-07 07:55:31 -06:00 committed by GitHub
parent 7bb48e253e
commit d64c682c75
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -107,8 +107,7 @@ export default function ({ getPageObjects, getService }) {
expect(hits).to.equal('2');
});
// Disabling pending fix for issue preventing shapes from showing
it.skip('should handle geo_shape filtering with extents that cross antimeridian', async () => {
it('should handle geo_shape filtering with extents that cross antimeridian', async () => {
await PageObjects.maps.loadSavedMap('antimeridian shapes example');
const hits = await PageObjects.maps.getHits();
expect(hits).to.equal('2');