Skip to content

Commit

Permalink
Skip Let's Encrypt integration test on 18.3
Browse files Browse the repository at this point in the history
  • Loading branch information
voltone committed Oct 3, 2021
1 parent 6478901 commit 6c2cc9a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/mint/integration_test.exs
Expand Up @@ -126,6 +126,11 @@ defmodule Mint.IntegrationTest do

@dst_and_isrg Path.expand("../support/mint/dst_and_isrg.pem", __DIR__)

# OTP 18.3 fails to connect to letsencrypt.org, skip this test
if Mint.Core.Transport.SSL.ssl_version() < [8, 0] do
@tag skip: ":ssl version too old"
end

# This test assumes the letsencrypt.org server presents the 'long chain',
# consisting of the following certificates:
#
Expand Down

0 comments on commit 6c2cc9a

Please sign in to comment.