1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Quarantine specs which fail frequently with CHECK_LEAKS=true

This commit is contained in:
Benoit Daloze 2020-06-03 12:11:58 +02:00
parent eb2b7fca43
commit 160511d851

View file

@ -25,6 +25,7 @@ describe "Net::HTTP.get" do
end
end
quarantine! do # These specs fail frequently with CHECK_LEAKS=true
describe "Net::HTTP.get" do
describe "when reading gzipped contents" do
def start_threads
@ -91,3 +92,4 @@ describe "Net::HTTP.get" do
end
end
end
end