Blob Blame History Raw
From e68ff5fff6a5e37ea05ec17b11057fbd8a2474a9 Mon Sep 17 00:00:00 2001
From: Caleb Buxton <me@cpb.ca>
Date: Sat, 5 Nov 2022 15:11:12 -0700
Subject: [PATCH] Fixes flakey race condition in server_test

Run in parallel, both tests in railties/test/application/server_test.rb attempt to bind to the same port. This changes the two tests to run serially.
---
 railties/test/application/server_test.rb | 1 -
 1 file changed, 1 deletion(-)

diff --git a/railties/test/application/server_test.rb b/railties/test/application/server_test.rb
index 9813cc62c4c75..52bbbcf69b997 100644
--- a/railties/test/application/server_test.rb
+++ b/railties/test/application/server_test.rb
@@ -7,7 +7,6 @@
 
 module ApplicationTests
   class ServerTest < ActiveSupport::TestCase
-    include ActiveSupport::Testing::Isolation
     include ConsoleHelpers
 
     def setup