diff --git a/tests/net_inet/test_tls_nonblock.py b/tests/net_inet/test_tls_nonblock.py index 54abc6966..b4f2ef4ed 100644 --- a/tests/net_inet/test_tls_nonblock.py +++ b/tests/net_inet/test_tls_nonblock.py @@ -94,7 +94,6 @@ SITES = [ {"host": "www.google.com"}, "micropython.org", "pypi.org", - "api.telegram.org", {"host": "api.pushbullet.com", "sni": True}, ] diff --git a/tests/net_inet/test_tls_sites.py b/tests/net_inet/test_tls_sites.py index 3f945efb8..fabe4b43c 100644 --- a/tests/net_inet/test_tls_sites.py +++ b/tests/net_inet/test_tls_sites.py @@ -40,7 +40,6 @@ SITES = [ "www.google.com", "micropython.org", "pypi.org", - "api.telegram.org", {"host": "api.pushbullet.com", "sni": True}, ] diff --git a/tests/net_inet/test_tls_sites.py.exp b/tests/net_inet/test_tls_sites.py.exp index bc4a8dbd1..09faa336a 100644 --- a/tests/net_inet/test_tls_sites.py.exp +++ b/tests/net_inet/test_tls_sites.py.exp @@ -2,5 +2,4 @@ google.com ok www.google.com ok micropython.org ok pypi.org ok -api.telegram.org ok api.pushbullet.com ok