Skip to content

Commit a7e5d2f

Browse files
Andy Rossnashif
Andy Ross
authored andcommitted
tests/kernel/sched/deadline: Disable CONFIG_BT
The BT threads are interfering with the main thread priority selection and the test fails semi-spuriously on NRF5x boards with "threads ran too soon" (i.e. not an EDF failure per se, but the fact that the new threads at K_LOWEST_APPLICATION_PRIO are running instead of the test thread). This is a reasonable workaround for testing the SCHED_DEADLINE ordering behavior, though. Fixes #9843 Signed-off-by: Andy Ross <[email protected]>
1 parent cdc7395 commit a7e5d2f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/kernel/sched/deadline/prj.conf

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ CONFIG_ZTEST=y
22
CONFIG_MP_NUM_CPUS=1
33
CONFIG_TEST_RANDOM_GENERATOR=y
44
CONFIG_SCHED_DEADLINE=y
5+
CONFIG_BT=n
56

67
# Deadline is not compatible with MULTIQ, so we have to pick something
78
# specific instead of using the board-level default.

0 commit comments

Comments
 (0)