Skip to content

Commit

Permalink
skip failing test suite (#150561)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Feb 8, 2023
1 parent 903173d commit 38cab32
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
await testSubjects.existOrFail('csvDownloadStarted'); // validate toast panel
};

describe('Download CSV', () => {
// Failing: See https://github.com/elastic/kibana/issues/150561
describe.skip('Download CSV', () => {
before('initialize tests', async () => {
log.debug('ReportingPage:initTests');
await browser.setWindowSize(1600, 850);
Expand Down

0 comments on commit 38cab32

Please sign in to comment.