mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#117404, 117403)
This commit is contained in:
parent
8b3f6995a1
commit
e7ca0c2aa8
1 changed files with 3 additions and 1 deletions
|
@ -13,7 +13,9 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
const elasticChart = getService('elasticChart');
|
||||
const testSubjects = getService('testSubjects');
|
||||
|
||||
describe('lens heatmap', () => {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/117404
|
||||
// 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