Skip e2e advisor test (#118590)
This commit is contained in:
committed by
GitHub
parent
44155b2ae1
commit
f3e7c7ad49
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user