Revert "tests/kernel: Bump kobj thread bitmask size for a few tests"
This reverts commit 9b43fed10a
.
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 <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
parent
c05cba682b
commit
008efecf5d
|
@ -6,4 +6,3 @@ CONFIG_BOOT_DELAY=500
|
|||
CONFIG_IRQ_OFFLOAD=y
|
||||
CONFIG_TEST_USERSPACE=y
|
||||
CONFIG_BOUNDS_CHECK_BYPASS_MITIGATION=y
|
||||
CONFIG_MAX_THREAD_BYTES=3
|
||||
|
|
|
@ -3,4 +3,3 @@ CONFIG_IRQ_OFFLOAD=y
|
|||
CONFIG_TEST_USERSPACE=y
|
||||
CONFIG_ZTEST_FATAL_HOOK=y
|
||||
CONFIG_PIPES=y
|
||||
CONFIG_MAX_THREAD_BYTES=3
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
CONFIG_ZTEST=y
|
||||
CONFIG_TEST_USERSPACE=y
|
||||
CONFIG_ZTEST_FATAL_HOOK=y
|
||||
CONFIG_MAX_THREAD_BYTES=3
|
||||
|
|
Loading…
Reference in a new issue