ARC: tests: re-enable cpu_idle test for SMP nSIM platforms

The original issue is fixed some time ago, so re-enable the
test.

This reverts commit 52992b0658
("tests: skip the cpu_idle test for nsim_hs_smp")

Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
Signed-off-by: Evgeniy Paltsev <PaltsevEvgeniy@gmail.com>
This commit is contained in:
Evgeniy Paltsev 2023-08-09 15:41:45 +01:00 committed by Fabio Baltieri
parent b6a501b2e9
commit a260d5b6bb

View file

@ -361,13 +361,6 @@ ZTEST(context_cpu_idle, test_cpu_idle_atomic)
*/
ZTEST(context_cpu_idle, test_cpu_idle)
{
/*
* Fixme: remove the skip code when sleep instruction in
* nsim_hs_smp is fixed.
*/
#if defined(CONFIG_SOC_NSIM) && defined(CONFIG_SMP)
ztest_test_skip();
#endif
_test_kernel_cpu_idle(0);
}