skip failing test suite (#150562)

This commit is contained in:
Kibana Machine 2023-02-08 11:54:11 -05:00
parent 15904a1274
commit a9cd313de4

View file

@ -68,6 +68,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
};
// Failing: See https://github.com/elastic/kibana/issues/150561
// Failing: See https://github.com/elastic/kibana/issues/150562
describe.skip('Download CSV', () => {
before('initialize tests', async () => {
log.debug('ReportingPage:initTests');