From 70cf15800faa2a988e66ac47b5f050d648435ecb Mon Sep 17 00:00:00 2001 From: spalger Date: Fri, 15 Mar 2019 10:03:20 -0700 Subject: [PATCH] disable test that started failing randomly (cherry picked from commit e66a52c012b8876cdb41f5fab3abd123e6837fb6) --- .../public/__tests__/geohash_layer.js | 21 ++++++++++--------- 1 file changed, 11 insertions(+), 10 deletions(-) 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 240ffdf4276714..e5a73e734ddde1 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 () {