File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
features/storage/TESTS/kvstore/tdbstore_whitebox Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -92,8 +92,8 @@ static const char *const res_val2 = "This should surely not be saved as the res
9292static void white_box_test ()
9393{
9494
95- #if !defined(TARGET_K64F)
96- TEST_SKIP_MESSAGE (" Kvstore API tests run only on K64F devices" );
95+ #if !defined(TARGET_K64F) && !defined(TARGET_MCU_PSOC6)
96+ TEST_SKIP_MESSAGE (" Kvstore API tests run only on K64F devices and PSoC 6 " );
9797#endif
9898
9999 bd_params_t bd_params[] = {
@@ -334,8 +334,8 @@ static void white_box_test()
334334static void multi_set_test ()
335335{
336336
337- #if !defined(TARGET_K64F)
338- TEST_SKIP_MESSAGE (" Kvstore API tests run only on K64F devices" );
337+ #if !defined(TARGET_K64F) && !defined(TARGET_MCU_PSOC6)
338+ TEST_SKIP_MESSAGE (" Kvstore API tests run only on K64F devices and PSoC 6 " );
339339#endif
340340
341341 char *key;
@@ -458,8 +458,8 @@ static void multi_set_test()
458458static void error_inject_test ()
459459{
460460
461- #if !defined(TARGET_K64F)
462- TEST_SKIP_MESSAGE (" Kvstore API tests run only on K64F devices" );
461+ #if !defined(TARGET_K64F) && !defined(TARGET_MCU_PSOC6)
462+ TEST_SKIP_MESSAGE (" Kvstore API tests run only on K64F devices and PSoC 6 " );
463463#endif
464464
465465 char *key;
You can’t perform that action at this time.
0 commit comments