Skip to content

Commit

Permalink
skip flaky suite (#95642)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Mar 30, 2021
1 parent 4c89da2 commit edbb989
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/functional/apps/visualize/_heatmap_chart.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 () {
Expand Down

0 comments on commit edbb989

Please sign in to comment.