mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 01:13:23 -04:00
skip failing test suite (#142484)
This commit is contained in:
parent
897195a09e
commit
036fe0e8c0
1 changed files with 2 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue