Skip to content

Commit fc37638

Browse files
authored
Remove dkhostmaster from TLS tests. (#2819)
1 parent 0fb869a commit fc37638

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/tls-test-slow.toit

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,11 @@ run-tests:
4848
working := [
4949
"amazon.com",
5050
"adafruit.com",
51-
// "ebay.de", // Currently the IP that is returned first from DNS has connection refused.
51+
"ebay.de",
5252

5353
// Connect to the IP address at the TCP level, but verify the cert name.
5454
"$(dns.dns-lookup "amazon.com" --network=network)/amazon.com",
5555

56-
"dkhostmaster.dk",
5756
"gnu.org", // Doesn't work with Toit mode, falls back to MbedTLS C code for symmetric stage.
5857
5958
"sha256.badssl.com",

0 commit comments

Comments
 (0)