]> granicus.if.org Git - python/commit
bpo-32706: Skip test_ftplib.test_check_hostname() (#5422)
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 29 Jan 2018 12:21:34 +0000 (13:21 +0100)
committerGitHub <noreply@github.com>
Mon, 29 Jan 2018 12:21:34 +0000 (13:21 +0100)
commit51500f37453bbcbc5f1dbc3c38d079c3c1efe5de
tree579294d7b02b6857e611788af4f1024d38c02906
parentdb8189bb8db609ca3993dec31fb95fdbe134469a
bpo-32706: Skip test_ftplib.test_check_hostname() (#5422)

This test is unstable and currently prevents to make any new change
since the test always fails on Travis CI.

Skip the test to get more time to fix it.
Lib/test/test_ftplib.py