diff --git a/boards/native/nrf_bsim/common/bstests_entry.c b/boards/native/nrf_bsim/common/bstests_entry.c index da1a3557147..7b22a50ebf5 100644 --- a/boards/native/nrf_bsim/common/bstests_entry.c +++ b/boards/native/nrf_bsim/common/bstests_entry.c @@ -74,7 +74,7 @@ static struct bst_test_instance *bst_test_find(struct bst_test_list *tests, return NULL; } -void bst_install_tests(void) +__noubsan void bst_install_tests(void) { int idx = 0;