E2E: Disable flaky Table e2e tests for DataLinks for now (#108980)

This commit is contained in:
Paul Marbach
2025-07-31 10:56:06 -04:00
committed by GitHub
parent beab4cb33c
commit 0ca2843fa3
@@ -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(