mirror of
https://github.com/elastic/kibana.git
synced 2025-06-28 11:05:39 -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 }) {
|
export default function ({ getService }) {
|
||||||
const supertest = getService('supertest');
|
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\
|
const URL = `/api/maps/mvt/getGridTile/3/2/3.pbf\
|
||||||
?geometryFieldName=geo.coordinates\
|
?geometryFieldName=geo.coordinates\
|
||||||
&hasLabels=false\
|
&hasLabels=false\
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue