diff --git a/e2e-playwright/smoke-tests-suite/panels.spec.ts b/e2e-playwright/smoke-tests-suite/panels.spec.ts index 822b0ad90b4..08a4189f735 100644 --- a/e2e-playwright/smoke-tests-suite/panels.spec.ts +++ b/e2e-playwright/smoke-tests-suite/panels.spec.ts @@ -7,7 +7,7 @@ test.describe( tag: ['@acceptance'], }, () => { - test('Tests each panel type in the panel edit view to ensure no crash', async ({ + test.skip('Tests each panel type in the panel edit view to ensure no crash', async ({ gotoDashboardPage, selectors, page,