E2E: Skip flaky test (#112964)

skip falky test
This commit is contained in:
Sergej-Vlasov
2025-10-24 16:12:14 +00:00
committed by GitHub
parent 81683d554d
commit e818234a4e
@@ -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();