summaryrefslogtreecommitdiff
path: root/spec/ruby/library/net
diff options
context:
space:
mode:
authorBenoit Daloze <eregontp@gmail.com>2020-06-03 12:11:58 +0200
committerBenoit Daloze <eregontp@gmail.com>2020-06-03 12:11:58 +0200
commit160511d851375f7cb922faae3a9310633187f51f (patch)
tree2771175e12a3e177bef7ebe925f9dffe0cd5a995 /spec/ruby/library/net
parenteb2b7fca437ceea90a391729419e211b1d5a7ea8 (diff)
Quarantine specs which fail frequently with CHECK_LEAKS=true
Diffstat (limited to 'spec/ruby/library/net')
-rw-r--r--spec/ruby/library/net/http/http/get_spec.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/ruby/library/net/http/http/get_spec.rb b/spec/ruby/library/net/http/http/get_spec.rb
index dbdca4a431..7676af3c79 100644
--- a/spec/ruby/library/net/http/http/get_spec.rb
+++ b/spec/ruby/library/net/http/http/get_spec.rb
@@ -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