Temporarily move SYNCHRONOUS_DNS_CACHE test to extended set until issues fixed with it

pull/7945/head
Jarno Lamsa 2018-08-31 14:15:37 +03:00
parent 2e869df296
commit bc2166e62d
1 changed files with 2 additions and 0 deletions

View File

@ -178,7 +178,9 @@ Case cases[] = {
#endif
Case("SYNCHRONOUS_DNS", SYNCHRONOUS_DNS),
Case("SYNCHRONOUS_DNS_MULTIPLE", SYNCHRONOUS_DNS_MULTIPLE),
#ifdef MBED_EXTENDED_TESTS
Case("SYNCHRONOUS_DNS_CACHE", SYNCHRONOUS_DNS_CACHE),
#endif
Case("SYNCHRONOUS_DNS_INVALID", SYNCHRONOUS_DNS_INVALID),
};