Skip to content

Commit 199244c

Browse files
author
Mika Leppänen
committed
Moved ASYNCHRONOUS_DNS_SIMULTANEOUS_REPEAT under mbed extended tests
Test is giving problems in some networks. Could be that DNS server is regarding repeated DNS enquiries on the test to be caused by malfunctioning device.
1 parent 7bdfc07 commit 199244c

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
@@ -142,7 +142,9 @@ Case cases[] = {
142142
Case("ASYNCHRONOUS_DNS_EXTERNAL_EVENT_QUEUE", ASYNCHRONOUS_DNS_EXTERNAL_EVENT_QUEUE),
143143
Case("ASYNCHRONOUS_DNS_INVALID_HOST", ASYNCHRONOUS_DNS_INVALID_HOST),
144144
Case("ASYNCHRONOUS_DNS_TIMEOUTS", ASYNCHRONOUS_DNS_TIMEOUTS),
145+
#ifdef MBED_EXTENDED_TESTS
145146
Case("ASYNCHRONOUS_DNS_SIMULTANEOUS_REPEAT", ASYNCHRONOUS_DNS_SIMULTANEOUS_REPEAT),
147+
#endif
146148
};
147149

148150
Specification specification(test_setup, cases);

0 commit comments

Comments
 (0)