mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
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:
parent
6ec3454c10
commit
85a16bf9b1
1 changed files with 1 additions and 3 deletions
|
@ -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'));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue