mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
disable test that started failing randomly
(cherry picked from commit e66a52c012
)
This commit is contained in:
parent
02309629fd
commit
8b11d0235d
1 changed files with 11 additions and 10 deletions
|
@ -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 () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue