Skip to content

Commit 4033130

Browse files
committed
Remove flaky test.
1 parent e8563fd commit 4033130

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

test/async/http/internet.rb

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,6 @@
3737
let(:sample) {{"hello" => "world"}}
3838
let(:body) {[JSON.dump(sample)]}
3939

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-
4840
it "can fetch remote website when given custom endpoint instead of url" do
4941
ssl_context = OpenSSL::SSL::SSLContext.new
5042
ssl_context.set_params(verify_mode: OpenSSL::SSL::VERIFY_NONE)

0 commit comments

Comments
 (0)