avoid threaded setup for test server

This commit is contained in:
kares 2022-02-21 16:33:01 +01:00
parent 362de0b813
commit fab11ea7e5
No known key found for this signature in database
GPG Key ID: 21701020A1BC3F8C
1 changed files with 1 additions and 1 deletions

View File

@ -154,7 +154,7 @@ module IntegrationHelper
@thread = nil
end
end
Server = JRubyServer
Server = BaseServer
else
Server = BaseServer
end