mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
skip failing test suite (#150561)
This commit is contained in:
parent
ef16c94557
commit
242d67d138
1 changed files with 2 additions and 1 deletions
|
@ -66,7 +66,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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue