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:
parent
eb2b7fca43
commit
160511d851
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue