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.
This commit is contained in:
Caleb Buxton 2022-11-05 15:11:12 -07:00
parent 45eceb2744
commit e68ff5fff6
1 changed files with 0 additions and 1 deletions

View File

@ -7,7 +7,6 @@ require "rails/commands/server/server_command"
module ApplicationTests
class ServerTest < ActiveSupport::TestCase
include ActiveSupport::Testing::Isolation
include ConsoleHelpers
def setup