mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip suite failing es promotion (#148122)
This commit is contained in:
parent
2d881005c0
commit
86e3321c82
1 changed files with 2 additions and 1 deletions
|
@ -21,7 +21,8 @@ function findFeature(layer, callbackFn) {
|
|||
export default function ({ getService }) {
|
||||
const supertest = getService('supertest');
|
||||
|
||||
describe('getGridTile', () => {
|
||||
// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/148122
|
||||
describe.skip('getGridTile', () => {
|
||||
const URL = `/api/maps/mvt/getGridTile/3/2/3.pbf\
|
||||
?geometryFieldName=geo.coordinates\
|
||||
&hasLabels=false\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue