[Visualize] Unskip function test heatmap (#184605)

## Summary

unskip functional test
This commit is contained in:
Marco Vettorello 2024-06-03 18:10:51 +02:00 committed by GitHub
parent 4c1dacaff5
commit f10ffdce84
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -16,7 +16,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const PageObjects = getPageObjects(['visualize', 'visEditor', 'visChart', 'timePicker']);
// FLAKY: https://github.com/elastic/kibana/issues/181884
describe.skip('heatmap chart', function indexPatternCreation() {
describe('heatmap chart', function indexPatternCreation() {
const vizName1 = 'Visualization HeatmapChart';
let isNewChartsLibraryEnabled = false;