diff --git a/x-pack/test/functional/apps/maps/documents_source/top_hits.js b/x-pack/test/functional/apps/maps/documents_source/top_hits.js index fa93d657aa3dd..b1998936316de 100644 --- a/x-pack/test/functional/apps/maps/documents_source/top_hits.js +++ b/x-pack/test/functional/apps/maps/documents_source/top_hits.js @@ -15,7 +15,8 @@ export default function ({ getPageObjects, getService }) { const find = getService('find'); const security = getService('security'); - describe('geo top hits', () => { + // Failing: See https://github.com/elastic/kibana/issues/115262 + describe.skip('geo top hits', () => { describe('split on string field', () => { before(async () => { await security.testUser.setRoles(['global_maps_all', 'test_logstash_reader'], false);