Skip to content

Commit 74912a6

Browse files
Guozhanxinmysterywolf
authored andcommitted
[ci] Test with time slice off by default
1 parent a4eb64b commit 74912a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/utest/testcases/kernel/thread_tc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -733,7 +733,7 @@ static void testcase(void)
733733
/* delay_until */
734734
UTEST_UNIT_RUN(test_delay_until);
735735
/* timeslice */
736-
UTEST_UNIT_RUN(test_timeslice);
736+
// UTEST_UNIT_RUN(test_timeslice); /* Can not running in Github Action QEMU */
737737
}
738738

739739

0 commit comments

Comments
 (0)