Commit 2acff83
Skip flaky stream_async_components_for_testing RSpec test (#1941)
## Summary
- Skip flaky `stream_async_components_for_testing` RSpec test that was
replaced by Playwright E2E tests
## Details
This test has been failing on master. Investigation revealed:
1. The test was already replaced by more reliable Playwright E2E tests
in commit b73ff63 "Replace streaming flaky tests with Playwright E2E
tests" (2 weeks ago)
2. The old RSpec tests were kept but are flaky and unreliable for
testing streaming behavior
3. The Playwright tests in `e2e-tests/streaming.spec.ts` provide
comprehensive coverage of the streaming functionality
## Test Coverage
The removed RSpec test is fully covered by Playwright E2E tests which:
- Test incremental rendering of streamed components
- Test early hydration of pages
- Test RSC payload requests
- Provide snapshot-based verification of component states
## Related
- Related commit: b73ff63 "Replace streaming flaky tests with
Playwright E2E tests"
- Similar approach used for "React Router Sixth Page" test which is also
skipped
🤖 Generated with [Claude Code](https://claude.com/claude-code)
<!-- Reviewable:start -->
- - -
This change is [<img src="https://reviewable.io/review_button.svg"
height="34" align="absmiddle"
alt="Reviewable"/>](https://reviewable.io/reviews/shakacode/react_on_rails/1941)
<!-- Reviewable:end -->
Co-authored-by: Claude <[email protected]>1 parent 23be9a9 commit 2acff83
File tree
1 file changed
+2
-1
lines changed- react_on_rails_pro/spec/dummy/spec/system
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
422 | 422 | | |
423 | 423 | | |
424 | 424 | | |
425 | | - | |
| 425 | + | |
| 426 | + | |
426 | 427 | | |
427 | 428 | | |
428 | 429 | | |
| |||
0 commit comments