Skip to content

Commit

Permalink
Delete test that relies on an external server. (#282)
Browse files Browse the repository at this point in the history
  • Loading branch information
mworrell authored Sep 21, 2021
1 parent ecc923e commit c6c6fd8
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions src/gen_smtp_client.erl
Original file line number Diff line number Diff line change
Expand Up @@ -1321,19 +1321,6 @@ session_start_test_() ->
smtp_socket:close(ListenSock),
ok
end
},

{"Erlang 23.2.7 compatibility",
fun() ->
Receipt = gen_smtp_client:send_blocking({<<"Info.ContactTracing@sg.ch">>, [<<"maennchen@joshmartin.ch">>], <<"test">>},
[{relay, <<"joshmartin.ch">>},
{port, 25},
{hostname, "smtp.covid19-tracing.ch"},
{retries, 10}]
),
?assertMatch({error, send, _}, Receipt),
ok
end
}
end

Expand Down

0 comments on commit c6c6fd8

Please sign in to comment.