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 <andrew.p.boie@intel.com>
diff --git a/tests/kernel/context/testcase.yaml b/tests/kernel/context/testcase.yaml
index d3854cc..0476346 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