mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip flaky suite (#181884)
This commit is contained in:
parent
f2a8306734
commit
ce9774151d
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('heatmap chart', function indexPatternCreation() {
|
||||
describe.skip('heatmap chart', function indexPatternCreation() {
|
||||
const vizName1 = 'Visualization HeatmapChart';
|
||||
let isNewChartsLibraryEnabled = false;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue