Skip to content

Commit

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

unskip functional test
  • Loading branch information
markov00 authored and rohanxz committed Jun 4, 2024
1 parent e11da82 commit f06e0c9
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 f06e0c9

Please sign in to comment.