Skip to content

Commit 5c3dca1

Browse files
committed
Add flag to optional run
1 parent 55b5bf6 commit 5c3dca1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

TESTS/events/equeue/main.cpp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515
* limitations under the License.
1616
*/
1717

18+
#ifndef MBED_EXTENDED_TESTS
19+
#error [NOT_SUPPORTED] When running on CI this test is disabled due to limiting testing time.
20+
#else
21+
1822
#include "utest/utest.h"
1923
#include "unity/unity.h"
2024
#include "greentea-client/test_env.h"
@@ -1018,3 +1022,5 @@ int main()
10181022
{
10191023
Harness::run(specification);
10201024
}
1025+
1026+
#endif // MBED_EXTENDED_TESTS

0 commit comments

Comments
 (0)