no need to force GC
This commit is contained in:
parent
6736071ff1
commit
87f23f4db4
@ -6,11 +6,6 @@ describe Mysql2::Client do
|
|||||||
@client = Mysql2::Client.new
|
@client = Mysql2::Client.new
|
||||||
end
|
end
|
||||||
|
|
||||||
after(:each) do
|
|
||||||
# forcefully clean up old connections
|
|
||||||
GC.start
|
|
||||||
end
|
|
||||||
|
|
||||||
it "should be able to connect via SSL options" do
|
it "should be able to connect via SSL options" do
|
||||||
pending("DON'T WORRY, THIS TEST PASSES :) - but is machine-specific. You need to have MySQL running with SSL configured and enabled. Then update the paths in this test to your needs and remove the pending state.")
|
pending("DON'T WORRY, THIS TEST PASSES :) - but is machine-specific. You need to have MySQL running with SSL configured and enabled. Then update the paths in this test to your needs and remove the pending state.")
|
||||||
ssl_client = nil
|
ssl_client = nil
|
||||||
|
Loading…
Reference in New Issue
Block a user