mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip flaky suite (#116186)
This commit is contained in:
parent
a266b2d426
commit
3a18a8226f
1 changed files with 2 additions and 1 deletions
|
@ -12,7 +12,8 @@ import expect from '@kbn/expect';
|
|||
export default function ({ getService }) {
|
||||
const supertest = getService('supertest');
|
||||
|
||||
describe('getGridTile', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/116186
|
||||
describe.skip('getGridTile', () => {
|
||||
it('should return vector tile containing cluster features', async () => {
|
||||
const resp = await supertest
|
||||
.get(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue