Skip to content

Commit 8e819de

Browse files
author
Cruz Monrreal
authored
Merge pull request #10030 from jamesbeyond/fm_test
TESTS: skip timing accuracy test on FastModels
2 parents 4af3c38 + 83e7b66 commit 8e819de

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)