Skip to content

Commit

Permalink
[Visualize] Unskip function test heatmap (#184605)
Browse files Browse the repository at this point in the history
## Summary

unskip functional test
  • Loading branch information
markov00 authored Jun 3, 2024
1 parent 4c1daca commit f10ffdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/apps/visualize/group2/_heatmap_chart.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit f10ffdc

Please sign in to comment.