Skip to content

Commit 008efec

Browse files
aescolarfabiobaltieri
authored andcommitted
Revert "tests/kernel: Bump kobj thread bitmask size for a few tests"
This reverts commit 9b43fed. This PR introduced 2 regressions in main CI: 71977 & 71978 Let's revert it by now to get main's CI passing again. Signed-off-by: Alberto Escolar Piedras <[email protected]>
1 parent c05cba6 commit 008efec

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

tests/kernel/common/prj.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,3 @@ CONFIG_BOOT_DELAY=500
66
CONFIG_IRQ_OFFLOAD=y
77
CONFIG_TEST_USERSPACE=y
88
CONFIG_BOUNDS_CHECK_BYPASS_MITIGATION=y
9-
CONFIG_MAX_THREAD_BYTES=3

tests/kernel/semaphore/semaphore/prj.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@ CONFIG_IRQ_OFFLOAD=y
33
CONFIG_TEST_USERSPACE=y
44
CONFIG_ZTEST_FATAL_HOOK=y
55
CONFIG_PIPES=y
6-
CONFIG_MAX_THREAD_BYTES=3
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
CONFIG_ZTEST=y
22
CONFIG_TEST_USERSPACE=y
33
CONFIG_ZTEST_FATAL_HOOK=y
4-
CONFIG_MAX_THREAD_BYTES=3

0 commit comments

Comments
 (0)