mirror of https://github.com/rails/rails
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:
commit
9b595041e3
|
@ -7,7 +7,6 @@ require "rails/commands/server/server_command"
|
|||
|
||||
module ApplicationTests
|
||||
class ServerTest < ActiveSupport::TestCase
|
||||
include ActiveSupport::Testing::Isolation
|
||||
include ConsoleHelpers
|
||||
|
||||
def setup
|
||||
|
|
Loading…
Reference in New Issue