Turbopack: Fix flake in task_statistics unit test#89981
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. |
|
I'll merge bypassing requirements once https://github.com/vercel/next.js/actions/runs/22003821408/job/63583074340?pr=89981 passes |
Failing test suitesCommit: b2223f8 | About building and testing Next.js
Expand output● segment cache (revalidation) › delay re-prefetch after revalidation to allow CDN propagation
Expand output● Test suite failed to run |
Merging this PR will not alter performance
Comparing Footnotes
|

If we don't explicitly return a
Vc::cell(())here, then<() as dyn turbo_tasks::vc::default::ValueDefault>::value_defaultgets called in a non-deterministic way.That's not something we care about testing here, so just add a an explicit
Vc::cell(())call to avoid it.