Skip to content

Commit

Permalink
Add flag to optional run
Browse files Browse the repository at this point in the history
  • Loading branch information
Tharazi97 committed Aug 9, 2019
1 parent 03009a2 commit 60f4d9e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions TESTS/events/equeue/main.cpp
Expand Up @@ -15,6 +15,10 @@
* limitations under the License.
*/

#ifndef MBED_EXTENDED_TESTS
#error [NOT_SUPPORTED] When running on CI this test is disabled due to limiting testing time.
#else

#include "utest/utest.h"
#include "unity/unity.h"
#include "greentea-client/test_env.h"
Expand Down Expand Up @@ -1018,3 +1022,5 @@ int main()
{
Harness::run(specification);
}

#endif // MBED_EXTENDED_TESTS

0 comments on commit 60f4d9e

Please sign in to comment.