mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip flaky suite. #135309
This commit is contained in:
parent
ee68545a49
commit
37c23b4092
1 changed files with 2 additions and 1 deletions
|
@ -22,7 +22,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
const config = getService('config');
|
||||
const screenshotDir = config.get('screenshots.directory');
|
||||
|
||||
describe('Reporting Functional Tests with forced timeout', function () {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/135309
|
||||
describe.skip('Reporting Functional Tests with forced timeout', function () {
|
||||
const dashboardTitle = 'Ecom Dashboard Hidden Panel Titles';
|
||||
const sessionPngFullPage = 'warnings_capture_session_a';
|
||||
const sessionPngCropped = 'warnings_capture_session_b';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue