diff --git a/e2e-playwright/dashboard-new-layouts/dashboards-move-panel.spec.ts b/e2e-playwright/dashboard-new-layouts/dashboards-move-panel.spec.ts index 0ef5e21bcca..abca0f04766 100644 --- a/e2e-playwright/dashboard-new-layouts/dashboards-move-panel.spec.ts +++ b/e2e-playwright/dashboard-new-layouts/dashboards-move-panel.spec.ts @@ -47,7 +47,7 @@ test.describe( // Note, moving a panel from a nested row to a parent row currently just deletes the panel // This test will need to be updated once the correct behavior is implemented. - test('can move panel from nested row to parent row', async ({ gotoDashboardPage, selectors, page }) => { + test.skip('can move panel from nested row to parent row', async ({ gotoDashboardPage, selectors, page }) => { const dashboardPage = await gotoDashboardPage({ uid: `${PAGE_UNDER_TEST}?orgId=1` }); await dashboardPage.getByGrafanaSelector(selectors.components.NavToolbar.editDashboard.editButton).click();