[maps] re-enable x-pack/test/functional/apps/maps/documents_source/top_hits·js (#115392)

* [maps] re-enable x-pack/test/functional/apps/maps/documents_source/top_hits·js

* remove comment

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
Nathan Reese 2021-10-26 10:45:14 -06:00 committed by GitHub
parent c40d3db6b6
commit aa17c1b509
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,8 +15,7 @@ export default function ({ getPageObjects, getService }) {
const find = getService('find');
const security = getService('security');
// Failing: See https://github.com/elastic/kibana/issues/115262
describe.skip('geo top hits', () => {
describe('geo top hits', () => {
describe('split on string field', () => {
before(async () => {
await security.testUser.setRoles(['global_maps_all', 'test_logstash_reader'], false);