mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip flaky suite (#95642)
This commit is contained in:
parent
b49b237790
commit
c34a796343
1 changed files with 2 additions and 1 deletions
|
@ -15,7 +15,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
const inspector = getService('inspector');
|
||||
const PageObjects = getPageObjects(['visualize', 'visEditor', 'visChart', 'timePicker']);
|
||||
|
||||
describe('heatmap chart', function indexPatternCreation() {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/95642
|
||||
describe.skip('heatmap chart', function indexPatternCreation() {
|
||||
const vizName1 = 'Visualization HeatmapChart';
|
||||
|
||||
before(async function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue