mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[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:
parent
c40d3db6b6
commit
aa17c1b509
1 changed files with 1 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue