summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Leech <andrew@alelec.net>2022-04-29 21:54:53 +1000
committerDamien George <damien@micropython.org>2022-06-03 14:34:29 +1000
commit73a1ea881231e544ae7bc1f2b56064d61ed296e7 (patch)
tree448f28152f115f12a814add200882188a0883b2e
parent4188bbd3d3fb52518994a5570fc10fe7549071ad (diff)
tests/net_inet: Remove broken api.telegram.org from tests.
Signed-off-by: Andrew Leech <andrew@alelec.net>
-rw-r--r--tests/net_inet/test_tls_nonblock.py1
-rw-r--r--tests/net_inet/test_tls_sites.py1
-rw-r--r--tests/net_inet/test_tls_sites.py.exp1
3 files changed, 0 insertions, 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