Skip to content

Commit 836eec0

Browse files
author
Cruz Monrreal
authored
Merge pull request #7945 from jarlamsa/synchronous_dns_cache
Move SYNCHRONOUS_DNS_CACHE test to extended set
2 parents 8475477 + bc2166e commit 836eec0

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)