remove flaky test (#16537) (#16552)

This commit is contained in:
Thomas Neirynck 2018-02-06 14:52:39 -05:00 committed by GitHub
parent acea9c9886
commit 6886974397
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,6 @@ import { GeoHashSampleData } from './geohash_sample_data';
import heatmapPng from './heatmap.png';
import scaledCircleMarkersPng from './scaledCircleMarkers.png';
import shadedCircleMarkersPng from './shadedCircleMarkers.png';
import shadedGeohashGridPng from './shadedGeohashGrid.png';
import { ImageComparator } from 'test_utils/image_comparator';
describe('kibana_map tests', function () {
@ -66,10 +65,6 @@ describe('kibana_map tests', function () {
options: { mapType: 'Shaded Circle Markers' },
expected: shadedCircleMarkersPng
},
{
options: { mapType: 'Shaded Geohash Grid' },
expected: shadedGeohashGridPng
},
{
options: {
mapType: 'Heatmap',