From 0ca2843fa39be22b2a1d6505c5c53d9379f35144 Mon Sep 17 00:00:00 2001 From: Paul Marbach Date: Thu, 31 Jul 2025 10:56:06 -0400 Subject: [PATCH] E2E: Disable flaky Table e2e tests for DataLinks for now (#108980) --- e2e-playwright/panels-suite/table-kitchenSink.spec.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/e2e-playwright/panels-suite/table-kitchenSink.spec.ts b/e2e-playwright/panels-suite/table-kitchenSink.spec.ts index 7052ccfc510..f386fb4175c 100644 --- a/e2e-playwright/panels-suite/table-kitchenSink.spec.ts +++ b/e2e-playwright/panels-suite/table-kitchenSink.spec.ts @@ -269,7 +269,8 @@ test.describe( expect(fourthPageStatus.total).toBe(largeRowStatus.total); }); - test('Tests DataLinks (single and multi) and actions', async ({ gotoDashboardPage, selectors, page }) => { + // TODO: skipping this test for now due to flakiness in adding DataLinks. + test.skip('Tests DataLinks (single and multi) and actions', async ({ gotoDashboardPage, selectors, page }) => { const addDataLink = async (title: string, url: string) => { await dashboardPage .getByGrafanaSelector(