Skip to content

Commit c005ba2

Browse files
author
Cruz Monrreal
authored
Merge pull request #8171 from SeppoTakalo/skip-dns-test
Skip the unstable SYNCHRONOUS_DNS_CACHE testcase
2 parents 7d54df6 + 558b579 commit c005ba2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

TESTS/netsocket/dns/main.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -178,9 +178,6 @@ Case cases[] = {
178178
#endif
179179
Case("SYNCHRONOUS_DNS", SYNCHRONOUS_DNS),
180180
Case("SYNCHRONOUS_DNS_MULTIPLE", SYNCHRONOUS_DNS_MULTIPLE),
181-
#ifdef MBED_EXTENDED_TESTS
182-
Case("SYNCHRONOUS_DNS_CACHE", SYNCHRONOUS_DNS_CACHE),
183-
#endif
184181
Case("SYNCHRONOUS_DNS_INVALID", SYNCHRONOUS_DNS_INVALID),
185182
};
186183

0 commit comments

Comments
 (0)