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

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 14:51:55 -04:00 committed by GitHub
parent 4462060187
commit 7f79a1f144

View file

@ -22,9 +22,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'));