mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #11869 from ARMmbed/IOTSTOR-978
IOTSTOR-978: Skip a unstable testcase until fixedpull/11882/head
commit
6bc2831247
|
@ -448,6 +448,9 @@ static void set_several_unvalid_key_names()
|
||||||
//set key initialize kvstore and retrieve it
|
//set key initialize kvstore and retrieve it
|
||||||
static void set_key_init_deinit()
|
static void set_key_init_deinit()
|
||||||
{
|
{
|
||||||
|
if (kv_setup == TDBStoreSet) {
|
||||||
|
TEST_SKIP_MESSAGE("Unstable testcase. Skipped. Issue # IOTSTOR-978");
|
||||||
|
}
|
||||||
TEST_SKIP_UNLESS(kvstore != NULL);
|
TEST_SKIP_UNLESS(kvstore != NULL);
|
||||||
|
|
||||||
int res = kvstore->set(key, data, data_size, 0);
|
int res = kvstore->set(key, data, data_size, 0);
|
||||||
|
|
Loading…
Reference in New Issue