Skip to content

Commit 3c25b96

Browse files
author
Cruz Monrreal
authored
Merge pull request #7786 from mikaleppanen/dns_repeat_to_ext
Moved ASYNCHRONOUS_DNS_SIMULTANEOUS_REPEAT under mbed extended tests
2 parents 54d7623 + 199244c commit 3c25b96

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)