From ebaeccbdedbb3f5904217ffafff3c40adb90a015 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Wed, 10 Apr 2024 13:57:46 +0000 Subject: [PATCH] tests: tickless: do not enable PM This is a kernel tickless test, we should not able PM here. PM should be tested in own environment only or we get unexecpted behavior. Signed-off-by: Anas Nashif --- tests/kernel/tickless/tickless_concept/prj.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/kernel/tickless/tickless_concept/prj.conf b/tests/kernel/tickless/tickless_concept/prj.conf index 9290ae5a65d..289dda3092c 100644 --- a/tests/kernel/tickless/tickless_concept/prj.conf +++ b/tests/kernel/tickless/tickless_concept/prj.conf @@ -1,4 +1,3 @@ CONFIG_ZTEST=y -CONFIG_PM=y CONFIG_SYS_CLOCK_TICKS_PER_SEC=100 CONFIG_MP_MAX_NUM_CPUS=1