skip failing test suite (#142484)

This commit is contained in:
Kibana Machine 2023-03-30 11:48:50 -04:00
parent 897195a09e
commit 036fe0e8c0

View file

@ -38,7 +38,8 @@ export default function ({
await kibanaServer.importExport.unload(ecommerceSOPath);
};
describe('Dashboard Reporting Screenshots', () => {
// Failing: See https://github.com/elastic/kibana/issues/142484
describe.skip('Dashboard Reporting Screenshots', () => {
before('initialize tests', async () => {
await loadEcommerce();
await browser.setWindowSize(1600, 850);