We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8563fd commit 4033130Copy full SHA for 4033130
test/async/http/internet.rb
@@ -37,14 +37,6 @@
37
let(:sample) {{"hello" => "world"}}
38
let(:body) {[JSON.dump(sample)]}
39
40
- # This test is increasingly flakey.
41
- it "can fetch remote json" do
42
- response = internet.post("https://httpbin.org/anything", headers, body)
43
-
44
- expect(response).to be(:success?)
45
- expect{JSON.parse(response.read)}.not.to raise_exception
46
- end
47
48
it "can fetch remote website when given custom endpoint instead of url" do
49
ssl_context = OpenSSL::SSL::SSLContext.new
50
ssl_context.set_params(verify_mode: OpenSSL::SSL::VERIFY_NONE)
0 commit comments