Skip to content

Commit e68ff5f

Browse files
committed
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.
1 parent 45eceb2 commit e68ff5f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

railties/test/application/server_test.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77

88
module ApplicationTests
99
class ServerTest < ActiveSupport::TestCase
10-
include ActiveSupport::Testing::Isolation
1110
include ConsoleHelpers
1211

1312
def setup

0 commit comments

Comments
 (0)