From 3ae7c87eb045caf937a2c8b08e003ddee2842c01 Mon Sep 17 00:00:00 2001 From: Wayne Ren Date: Thu, 26 Dec 2019 01:58:21 +0800 Subject: [PATCH] tests: the arc issuse is fixed the arc issue is fixed, remove the filter Signed-off-by: Wayne Ren --- tests/kernel/mp/testcase.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/kernel/mp/testcase.yaml b/tests/kernel/mp/testcase.yaml index c465c3d89ed..fb85d5e4522 100644 --- a/tests/kernel/mp/testcase.yaml +++ b/tests/kernel/mp/testcase.yaml @@ -1,4 +1,3 @@ tests: kernel.multiprocessing: - # Doesn't currently work on ARC, see #19599 - filter: (CONFIG_MP_NUM_CPUS > 1) and not CONFIG_ARC + filter: CONFIG_MP_NUM_CPUS > 1