Skip to content

Commit

Permalink
scheduler: Enable SCHED0000 on riscv
Browse files Browse the repository at this point in the history
This test isn't arch specific and so is expected to pass on riscv.

Signed-off-by: Kent McLeod <[email protected]>
  • Loading branch information
kent-mcleod authored and lsf37 committed Dec 8, 2021
1 parent 1b40a3e commit fae7635
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions apps/sel4test-tests/src/tests/scheduler.c
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,7 @@ static int test_thread_suspend(env_t env)
return sel4test_get_result();
}
DEFINE_TEST(SCHED0000, "Test suspending and resuming a thread (flaky)", test_thread_suspend,
config_set(CONFIG_HAVE_TIMER)
&& !config_set(CONFIG_ARCH_RISCV))
config_set(CONFIG_HAVE_TIMER))

/*
* Test TCB Resume on self.
Expand Down

0 comments on commit fae7635

Please sign in to comment.