Merge pull request #46429 from cpb/cpb-fixes-flakey-server-test

Fixes flakey race condition in `railties/test/application/server_test.rb`
This commit is contained in:
Yasuo Honda 2022-11-08 20:56:27 +09:00 committed by GitHub
commit 9b595041e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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