Skip to content

Commit

Permalink
skip flaky suite (#195144)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Oct 8, 2024
1 parent 2dfd8f1 commit 51b9be6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ export default ({ getService, getPageObjects }: FtrProviderContext) => {
await PageObjects.dashboard.expectOnDashboard(dashboardTitle);
});

describe('Download report', () => {
// FLAKY: https://github.com/elastic/kibana/issues/195144
describe.skip('Download report', () => {
// use archived reports to allow reporting_user to view report jobs they've created
before('log in as reporting user', async () => {
await esArchiver.load('x-pack/test/functional/es_archives/reporting/archived_reports');
Expand Down

0 comments on commit 51b9be6

Please sign in to comment.