E2E: Disable flaky Table e2e tests for DataLinks for now (#108980)
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user