Remove the unstable SYNCHRONOUS_DNS_CACHE testcase

Will be reverted once the test case is fixed
pull/8341/head
Seppo Takalo 2018-09-18 18:07:28 +03:00 committed by adbridge
parent 765cee5a88
commit 66bf5c43f2
1 changed files with 0 additions and 3 deletions

View File

@ -178,9 +178,6 @@ Case cases[] = {
#endif #endif
Case("SYNCHRONOUS_DNS", SYNCHRONOUS_DNS), Case("SYNCHRONOUS_DNS", SYNCHRONOUS_DNS),
Case("SYNCHRONOUS_DNS_MULTIPLE", SYNCHRONOUS_DNS_MULTIPLE), 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), Case("SYNCHRONOUS_DNS_INVALID", SYNCHRONOUS_DNS_INVALID),
}; };