Skip to content

Commit

Permalink
skip flaky suite (#113043)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Sep 29, 2021
1 parent 521bd35 commit f79a96f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/functional/apps/lens/heatmap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const elasticChart = getService('elasticChart');
const testSubjects = getService('testSubjects');

describe('lens heatmap', () => {
// FLAKY: https://github.com/elastic/kibana/issues/113043
describe.skip('lens heatmap', () => {
before(async () => {
await PageObjects.visualize.navigateToNewVisualization();
await PageObjects.visualize.clickVisType('lens');
Expand Down

0 comments on commit f79a96f

Please sign in to comment.