mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#113043)
This commit is contained in:
parent
521bd35668
commit
f79a96fe7f
1 changed files with 2 additions and 1 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue