From e1afde5fde0be97a3bfdffd69f952675a1d5dcd8 Mon Sep 17 00:00:00 2001 From: Takuro Ashie Date: Tue, 25 Jan 2022 12:52:53 +0900 Subject: [PATCH] WIP: Disable test_out_http Signed-off-by: Takuro Ashie --- test/plugin/test_out_http.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/plugin/test_out_http.rb b/test/plugin/test_out_http.rb index e245f74524..8c300253d0 100644 --- a/test/plugin/test_out_http.rb +++ b/test/plugin/test_out_http.rb @@ -8,6 +8,7 @@ require 'uri' require 'json' +=begin # WEBrick's ProcHandler doesn't handle PUT by default module WEBrick::HTTPServlet class ProcHandler < AbstractServlet @@ -426,3 +427,4 @@ def test_write_with_https end end end +=end