Skip e2e advisor test (#118590)

This commit is contained in:
Andres Martinez Gotor
2026-02-20 15:40:44 +00:00
committed by GitHub
parent 44155b2ae1
commit f3e7c7ad49
+2 -1
View File
@@ -78,7 +78,8 @@ test.describe(
tag: ['@various'],
},
() => {
test('should detect an issue and fix it', async ({ page }) => {
// Skip until flakiness is resolved
test.skip('should detect an issue and fix it', async ({ page }) => {
await expectEmptyReport(page);
const dsName = await createEmptyDatasource(page);
await runChecks(page);