Skip to content

Commit

Permalink
Unskip download CSV tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pheyos committed Feb 28, 2023
1 parent 2e2d7b7 commit 4a448ac
Showing 1 changed file with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
await testSubjects.existOrFail('csvDownloadStarted'); // validate toast panel
};

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

0 comments on commit 4a448ac

Please sign in to comment.