Skip to content

Commit b13a7a4

Browse files
committed
improve[ci]: standardize the default utest list
1 parent 2f67ac5 commit b13a7a4

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

examples/utest/configs/default.cfg

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
# dependencies
22
CONFIG_RT_CONSOLEBUF_SIZE=1024
3-
CONFIG_RT_USING_CI_ACTION=y
3+
CONFIG_RT_USING_CI_ACTION=y
4+
5+
CONFIG_UTEST_SELF_PASS_TC=y
6+
CONFIG_UTEST_MEMHEAP_TC=y
7+
CONFIG_UTEST_SMALL_MEM_TC=y

examples/utest/testcases/kernel/Kconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ menu "Kernel Testcase"
22

33
config UTEST_MEMHEAP_TC
44
bool "memheap stability test"
5-
default y
5+
default n
66
depends on RT_USING_MEMHEAP
77

88
config UTEST_SMALL_MEM_TC
99
bool "mem test"
10-
default y
10+
default n
1111
depends on RT_USING_SMALL_MEM
1212

1313
config UTEST_OBJECT_TC

0 commit comments

Comments
 (0)