mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-14 21:53:35 +03:00
chore: disable v1 flakiness dashboard (#5015)
Computing V1 flakiness dashboard was very expensive (>1 minute for AZ function to run). Disable it now in favor of V2 flakiness dashboard that proves to be very reliable.
This commit is contained in:
parent
38dac2f35a
commit
3ed9f2d63e
@ -29,7 +29,8 @@ module.exports = async function(context) {
|
||||
|
||||
// Process dashboards one-by-one to limit max heap utilization.
|
||||
await processDashboardRaw(context, report);
|
||||
await processDashboardV1(context, report);
|
||||
// Disable V1 dashboard since it's crazy expensive to compute.
|
||||
// await processDashboardV1(context, report);
|
||||
// Disable V2 dashboard in favor of raw data.
|
||||
// await processDashboardV2(context, report);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user