Skip to content

Commit af0708c

Browse files
author
Seppo Takalo
committed
IOTSTOR-978: Skip a unstable testcase until fixed
1 parent 6993724 commit af0708c

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
@@ -448,6 +448,9 @@ static void set_several_unvalid_key_names()
448448
//set key initialize kvstore and retrieve it
449449
static void set_key_init_deinit()
450450
{
451+
if (kv_setup == TDBStoreSet) {
452+
TEST_SKIP_MESSAGE("Unstable testcase. Skipped. Issue # IOTSTOR-978");
453+
}
451454
TEST_SKIP_UNLESS(kvstore != NULL);
452455

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

0 commit comments

Comments
 (0)