Skip to content

Commit bc2166e

Browse files
author
Jarno Lamsa
committed
Temporarily move SYNCHRONOUS_DNS_CACHE test to extended set until issues fixed with it
1 parent 2e869df commit bc2166e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

TESTS/netsocket/dns/main.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,9 @@ Case cases[] = {
178178
#endif
179179
Case("SYNCHRONOUS_DNS", SYNCHRONOUS_DNS),
180180
Case("SYNCHRONOUS_DNS_MULTIPLE", SYNCHRONOUS_DNS_MULTIPLE),
181+
#ifdef MBED_EXTENDED_TESTS
181182
Case("SYNCHRONOUS_DNS_CACHE", SYNCHRONOUS_DNS_CACHE),
183+
#endif
182184
Case("SYNCHRONOUS_DNS_INVALID", SYNCHRONOUS_DNS_INVALID),
183185
};
184186

0 commit comments

Comments
 (0)