skip failing test suite (#150562)

This commit is contained in:
Kibana Machine 2023-02-08 11:54:11 -05:00
parent 242d67d138
commit 8621e17cd4

View file

@ -67,6 +67,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');