Skip to content

Commit

Permalink
skip flaky test (elastic#22494) (elastic#22656)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasneirynck authored Sep 4, 2018
1 parent 23d8efb commit c08894e
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/core_plugins/tile_map/public/__tests__/geohash_layer.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import { KibanaMap } from 'ui/vis/map/kibana_map';
import { GeohashLayer } from '../geohash_layer';
import heatmapPng from './heatmap.png';
import scaledCircleMarkersPng from './scaledCircleMarkers.png';
import shadedCircleMarkersPng from './shadedCircleMarkers.png';
// import shadedCircleMarkersPng from './shadedCircleMarkers.png';
import { ImageComparator } from 'test_utils/image_comparator';
import GeoHashSampleData from './dummy_es_response.json';

Expand Down Expand Up @@ -81,10 +81,11 @@ describe('geohash_layer', function () {
options: { mapType: 'Scaled Circle Markers', colorRamp: 'Yellow to Red' },
expected: scaledCircleMarkersPng
},
{
options: { mapType: 'Shaded Circle Markers', colorRamp: 'Yellow to Red' },
expected: shadedCircleMarkersPng
},
// https://github.com/elastic/kibana/issues/19393
// {
// options: { mapType: 'Shaded Circle Markers', colorRamp: 'Yellow to Red' },
// expected: shadedCircleMarkersPng
// },
{
options: {
mapType: 'Heatmap',
Expand Down

0 comments on commit c08894e

Please sign in to comment.