mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
[Visualize] Unskip function test heatmap (#184605)
## Summary unskip functional test
This commit is contained in:
parent
4c1dacaff5
commit
f10ffdce84
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue