Re-enable the tilemap test (#14532) (#14540)

Enables the tile-map test. this was disabled due to CORS-issues on the server end. These are now resolved.

This reverts commit e7fb1b0d8f.
This commit is contained in:
Thomas Neirynck 2017-10-25 11:07:04 -04:00 committed by GitHub
parent 6ec3454c10
commit 85a16bf9b1

View file

@ -29,9 +29,7 @@ export default function ({ getService, loadTestFile }) {
loadTestFile(require.resolve('./_data_table'));
loadTestFile(require.resolve('./_pie_chart'));
loadTestFile(require.resolve('./_tag_cloud'));
// Until https://github.com/elastic/kibana/issues/14503 can be fixed via the tile map service, comment this out to
// get the build passing
// loadTestFile(require.resolve('./_tile_map'));
loadTestFile(require.resolve('./_tile_map'));
loadTestFile(require.resolve('./_region_map'));
loadTestFile(require.resolve('./_vertical_bar_chart'));
loadTestFile(require.resolve('./_heatmap_chart'));