Merge pull request #6340 from cmonr/disable-failing-flash-test

Disables flash clock and cache test
pull/6401/merge
Martin Kojtal 2018-03-20 18:29:19 +01:00 committed by GitHub
commit 447e96e4c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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) {