diff --git a/src/legacy/core_plugins/tile_map/public/__tests__/geohash_layer.js b/src/legacy/core_plugins/tile_map/public/__tests__/geohash_layer.js index 240ffdf427671..e5a73e734ddde 100644 --- a/src/legacy/core_plugins/tile_map/public/__tests__/geohash_layer.js +++ b/src/legacy/core_plugins/tile_map/public/__tests__/geohash_layer.js @@ -20,7 +20,7 @@ import expect from 'expect.js'; import { KibanaMap } from 'ui/vis/map/kibana_map'; import { GeohashLayer } from '../geohash_layer'; -import heatmapPng from './heatmap.png'; +// import heatmapPng from './heatmap.png'; import scaledCircleMarkersPng from './scaledCircleMarkers.png'; // import shadedCircleMarkersPng from './shadedCircleMarkers.png'; import { ImageComparator } from 'test_utils/image_comparator'; @@ -86,15 +86,16 @@ describe('geohash_layer', function () { // options: { mapType: 'Shaded Circle Markers', colorRamp: 'Yellow to Red' }, // expected: shadedCircleMarkersPng // }, - { - options: { - mapType: 'Heatmap', - heatmap: { - heatClusterSize: '2' - } - }, - expected: heatmapPng - } + // FAILING: https://github.com/elastic/kibana/issues/33323 + // { + // options: { + // mapType: 'Heatmap', + // heatmap: { + // heatClusterSize: '2' + // } + // }, + // expected: heatmapPng + // } ].forEach(function (test) { it(test.options.mapType, async function () {