Skip to content

Commit 3a3d381

Browse files
justin808claude
andcommitted
Skip flaky stream_async_components_for_testing RSpec test
This test has been replaced by more reliable Playwright E2E tests in e2e-tests/streaming.spec.ts. The RSpec test was flaky and unreliable for testing streaming behavior. Related commit: b73ff63 "Replace streaming flaky tests with Playwright E2E tests" 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent edd0463 commit 3a3d381

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

react_on_rails_pro/spec/dummy/spec/system/integration_spec.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,8 @@ def change_text_expect_dom_selector(dom_selector, expect_no_change: false)
422422
end
423423
end
424424

425-
describe "Pages/stream_async_components_for_testing", :js do
425+
describe "Pages/stream_async_components_for_testing", :js,
426+
skip: "Flaky test replaced by Playwright E2E tests in e2e-tests/streaming.spec.ts" do
426427
it_behaves_like "streamed component tests", "/stream_async_components_for_testing",
427428
"#AsyncComponentsTreeForTesting-react-component-0"
428429
end

0 commit comments

Comments
 (0)