From 6af87480d0d3bb9497ddd720a4eb7dfd39b3099f Mon Sep 17 00:00:00 2001 From: Andrew Boie Date: Fri, 15 Jan 2021 12:31:43 -0800 Subject: [PATCH] tests: context: disable if DEMAND_PAGING Until #31333 is resolved, the periodic timer in the eviction algorithm interacts with this test in such a way that the system deadlocks. Signed-off-by: Andrew Boie --- tests/kernel/context/testcase.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/kernel/context/testcase.yaml b/tests/kernel/context/testcase.yaml index d3854ccfa8f..0476346b781 100644 --- a/tests/kernel/context/testcase.yaml +++ b/tests/kernel/context/testcase.yaml @@ -1,3 +1,5 @@ tests: - kernel.common: + kernel.context: tags: kernel + # Bug is #31333 + filter: not CONFIG_DEMAND_PAGING