We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6993724 + af0708c commit 6bc2831Copy full SHA for 6bc2831
features/storage/TESTS/kvstore/general_tests_phase_1/main.cpp
@@ -448,6 +448,9 @@ static void set_several_unvalid_key_names()
448
//set key initialize kvstore and retrieve it
449
static void set_key_init_deinit()
450
{
451
+ if (kv_setup == TDBStoreSet) {
452
+ TEST_SKIP_MESSAGE("Unstable testcase. Skipped. Issue # IOTSTOR-978");
453
+ }
454
TEST_SKIP_UNLESS(kvstore != NULL);
455
456
int res = kvstore->set(key, data, data_size, 0);
0 commit comments