Skip to content

Commit 83e7b66

Browse files
Qinghao ShiQinghao Shi
authored andcommitted
TESTS: skip timing accuracy test on FastModels
1 parent e0c7e08 commit 83e7b66

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

TESTS/mbed_platform/wait_ns/main.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,11 @@
2323
#include "hal/us_ticker_api.h"
2424
#include "hal/lp_ticker_api.h"
2525

26+
//FastModels not support timing test
27+
#if defined(__ARM_FM)
28+
#error [NOT_SUPPORTED] test not supported
29+
#endif
30+
2631
using namespace utest::v1;
2732

2833
/* This test is created based on the test for Timer class.

0 commit comments

Comments
 (0)