mirror of
https://github.com/micropython/micropython.git
synced 2026-01-28 06:40:19 +01:00
tests/run-tests.py: Re-add stress_schedule.py for GitHub Actions.
This test was ignored since 2020, which hid a new bug in the test for the native emitter added in 2024. Hopefully other changes to the test will make it more reliable. Signed-off-by: Jeff Epler <jepler@unpythonic.net>
This commit is contained in:
committed by
Damien George
parent
f1363d8540
commit
b792efc341
@@ -985,8 +985,6 @@ def run_tests(pyb, tests, args, result_dir, num_threads=1):
|
||||
|
||||
# Some tests shouldn't be run on GitHub Actions
|
||||
if os.getenv("GITHUB_ACTIONS") == "true":
|
||||
skip_tests.add("thread/stress_schedule.py") # has reliability issues
|
||||
|
||||
if os.getenv("RUNNER_OS") == "Windows" and os.getenv("CI_BUILD_CONFIGURATION") == "Debug":
|
||||
# fails with stack overflow on Debug builds
|
||||
skip_tests.add("misc/sys_settrace_features.py")
|
||||
|
||||
Reference in New Issue
Block a user