From 4c8c20a8a134fe8ec1049e298cc4d2f2f20d2d65 Mon Sep 17 00:00:00 2001 From: Justin Gordon Date: Tue, 4 Nov 2025 14:42:57 -1000 Subject: [PATCH 1/2] Mark React Router Sixth Page test as pending MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This test is being worked on in another branch, so marking it as skipped to prevent failures in this branch. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- react_on_rails_pro/spec/dummy/spec/system/integration_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react_on_rails_pro/spec/dummy/spec/system/integration_spec.rb b/react_on_rails_pro/spec/dummy/spec/system/integration_spec.rb index 3df3178f77..f780c2afb3 100644 --- a/react_on_rails_pro/spec/dummy/spec/system/integration_spec.rb +++ b/react_on_rails_pro/spec/dummy/spec/system/integration_spec.rb @@ -427,7 +427,7 @@ def change_text_expect_dom_selector(dom_selector, expect_no_change: false) "#AsyncComponentsTreeForTesting-react-component-0" end -describe "React Router Sixth Page", :js do +describe "React Router Sixth Page", :js, skip: "Work in progress in another branch" do it_behaves_like "streamed component tests", "/server_router/streaming-server-component", "#ServerComponentRouter-react-component-0" end From 0c4c380a2d5bab2fa3bc3b726c717cf559a05989 Mon Sep 17 00:00:00 2001 From: Justin Gordon Date: Tue, 4 Nov 2025 14:44:28 -1000 Subject: [PATCH 2/2] Update skip message for React Router Sixth Page test --- react_on_rails_pro/spec/dummy/spec/system/integration_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react_on_rails_pro/spec/dummy/spec/system/integration_spec.rb b/react_on_rails_pro/spec/dummy/spec/system/integration_spec.rb index f780c2afb3..7d05079485 100644 --- a/react_on_rails_pro/spec/dummy/spec/system/integration_spec.rb +++ b/react_on_rails_pro/spec/dummy/spec/system/integration_spec.rb @@ -427,7 +427,7 @@ def change_text_expect_dom_selector(dom_selector, expect_no_change: false) "#AsyncComponentsTreeForTesting-react-component-0" end -describe "React Router Sixth Page", :js, skip: "Work in progress in another branch" do +describe "React Router Sixth Page", :js, skip: "Work in progress in another branch: justin808/fix-body-dup-retry" do it_behaves_like "streamed component tests", "/server_router/streaming-server-component", "#ServerComponentRouter-react-component-0" end