The RadioTabs story module intermittently stalls when executed as part of the shared Storybook Chromium suite, commonly after only a few stories. Individual stories may pass, but the complete module is unreliable. The legacy snapshot suite had already been disabled for the same reason.
The module is currently excluded using test-exclude, and its snapshot suite uses describe.skip.
Investigate the form subscriptions, resets, and story cleanup/isolation. Remove both exclusions once the full Storybook suite completes reliably across repeated runs.
The
RadioTabsstory module intermittently stalls when executed as part of the shared Storybook Chromium suite, commonly after only a few stories. Individual stories may pass, but the complete module is unreliable. The legacy snapshot suite had already been disabled for the same reason.The module is currently excluded using
test-exclude, and its snapshot suite usesdescribe.skip.Investigate the form subscriptions, resets, and story cleanup/isolation. Remove both exclusions once the full Storybook suite completes reliably across repeated runs.