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
92
92
static void white_box_test ()
93
93
{
94
94
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 " );
97
97
#endif
98
98
99
99
bd_params_t bd_params[] = {
@@ -334,8 +334,8 @@ static void white_box_test()
334
334
static void multi_set_test ()
335
335
{
336
336
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 " );
339
339
#endif
340
340
341
341
char *key;
@@ -458,8 +458,8 @@ static void multi_set_test()
458
458
static void error_inject_test ()
459
459
{
460
460
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 " );
463
463
#endif
464
464
465
465
char *key;
You can’t perform that action at this time.
0 commit comments