Skip to content

Commit

Permalink
skip flaky suite (#135309)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Jun 29, 2022
1 parent 14c7569 commit b556857
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
const browser = getService('browser');
const compareImages = getService('compareImages');

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';
Expand Down

0 comments on commit b556857

Please sign in to comment.