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.
1 parent a2b7345 commit ce2800bCopy full SHA for ce2800b
features/storage/TESTS/kvstore/general_tests_phase_1/main.cpp
@@ -445,6 +445,9 @@ static void set_several_unvalid_key_names()
445
//set key initialize kvstore and retrieve it
446
static void set_key_init_deinit()
447
{
448
+ if (kv_setup == TDBStoreSet) {
449
+ TEST_SKIP_MESSAGE("Unstable testcase. Skipped. Issue # IOTSTOR-978");
450
+ }
451
TEST_SKIP_UNLESS(kvstore != NULL);
452
453
int res = kvstore->set(key, data, data_size, 0);
0 commit comments