mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#135309)
This commit is contained in:
parent
035a4337e3
commit
0a03a527e9
1 changed files with 2 additions and 1 deletions
|
@ -19,7 +19,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 baselineAPng = path.resolve(__dirname, 'fixtures/baseline/warnings_capture_a.png');
|
||||
const sessionPng = 'warnings_capture_session_a';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue