You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test(nextjs): Skip Turbopack-only server-component streaming tests on webpack
The new webpack variant runs the whole nextjs-16-streaming suite under webpack,
including two server-component tests that assert Turbopack-internal span names
(`build component tree`, `resolve page components`, ...) that webpack never
emits. Gate them on the SDK's `turbopack` span attribute (TEST_ENV=production is
shared by both prod variants, so env alone cannot distinguish them).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments