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.
pull/6340/head
Cruz Monrreal II 2018-03-19 11:13:22 -05:00
parent 56a6f3b4ff
commit 9f6301333b
1 changed files with 2 additions and 0 deletions

View File

@ -279,7 +279,9 @@ Case cases[] = {
Case("Flash - erase sector", flash_erase_sector_test),
Case("Flash - program page", flash_program_page_test),
Case("Flash - buffer alignment test", flash_buffer_alignment_test),
#ifndef MCU_NRF52
Case("Flash - clock and cache test", flash_clock_and_cache_test),
#endif
};
utest::v1::status_t greentea_test_setup(const size_t number_of_cases) {