mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Re-enable previously skipped geo_shape antimeridian test since upstream issue has been resolved (#42625)
This commit is contained in:
parent
7bb48e253e
commit
d64c682c75
1 changed files with 1 additions and 2 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue