mirror of https://github.com/ARMmbed/mbed-os.git
Temporarily move SYNCHRONOUS_DNS_CACHE test to extended set until issues fixed with it
parent
2e869df296
commit
bc2166e62d
|
|
@ -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),
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue