Skip to content

Commit ce2800b

Browse files
Seppo Takaloadbridge
authored andcommitted
IOTSTOR-978: Skip a unstable testcase until fixed
1 parent a2b7345 commit ce2800b

File tree

1 file changed

+3
-0
lines changed
  • features/storage/TESTS/kvstore/general_tests_phase_1

1 file changed

+3
-0
lines changed

features/storage/TESTS/kvstore/general_tests_phase_1/main.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -445,6 +445,9 @@ static void set_several_unvalid_key_names()
445445
//set key initialize kvstore and retrieve it
446446
static void set_key_init_deinit()
447447
{
448+
if (kv_setup == TDBStoreSet) {
449+
TEST_SKIP_MESSAGE("Unstable testcase. Skipped. Issue # IOTSTOR-978");
450+
}
448451
TEST_SKIP_UNLESS(kvstore != NULL);
449452

450453
int res = kvstore->set(key, data, data_size, 0);

0 commit comments

Comments
 (0)