IOTSTOR-978: Skip a unstable testcase until fixed

pull/11869/head
Seppo Takalo 2019-11-15 10:38:32 +02:00
parent 699372421a
commit af0708ca48
1 changed files with 3 additions and 0 deletions

View File

@ -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);