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(