From 73a1ea881231e544ae7bc1f2b56064d61ed296e7 Mon Sep 17 00:00:00 2001 From: Andrew Leech Date: Fri, 29 Apr 2022 21:54:53 +1000 Subject: [PATCH] tests/net_inet: Remove broken api.telegram.org from tests. Signed-off-by: Andrew Leech --- tests/net_inet/test_tls_nonblock.py | 1 - tests/net_inet/test_tls_sites.py | 1 - tests/net_inet/test_tls_sites.py.exp | 1 - 3 files changed, 3 deletions(-) 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