Skip to content

Commit

Permalink
disable test that started failing randomly
Browse files Browse the repository at this point in the history
(cherry picked from commit e66a52c)
  • Loading branch information
spalger committed Mar 15, 2019
1 parent 99e2223 commit 70cf158
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions src/legacy/core_plugins/tile_map/public/__tests__/geohash_layer.js
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down Expand Up @@ -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 () {
Expand Down

0 comments on commit 70cf158

Please sign in to comment.