Skip to content

Commit 9f63013

Browse files
committed
Disabled flash clock and cache test for NRF52 MCUs.
This is meant to be a temporary fix until the issue has been root caused, and Jenkins CI is no longer intermittently failing.
1 parent 56a6f3b commit 9f63013

File tree

1 file changed

+2
-0
lines changed
  • TESTS/mbed_hal/flash/functional_tests

1 file changed

+2
-0
lines changed

TESTS/mbed_hal/flash/functional_tests/main.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,9 @@ Case cases[] = {
279279
Case("Flash - erase sector", flash_erase_sector_test),
280280
Case("Flash - program page", flash_program_page_test),
281281
Case("Flash - buffer alignment test", flash_buffer_alignment_test),
282+
#ifndef MCU_NRF52
282283
Case("Flash - clock and cache test", flash_clock_and_cache_test),
284+
#endif
283285
};
284286

285287
utest::v1::status_t greentea_test_setup(const size_t number_of_cases) {

0 commit comments

Comments
 (0)