Skip to content

Commit 26d9bf2

Browse files
committed
tests/extmod/select_poll_eintr: Skip unreliable test in Github CI.
extmod/select_poll_eintr.py is a constant source of spurious failures in Github CI. This PR adds it to the list of tests skipped in that environment in order to improve the test suite's false positive rate and positive predictive value in detecting defects. Signed-off-by: Anson Mansfield <amansfield@mantaro.com>
1 parent e993f53 commit 26d9bf2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/run-tests.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -766,6 +766,7 @@ def run_tests(pyb, tests, args, result_dir, num_threads=1):
766766
# Some tests shouldn't be run on GitHub Actions
767767
if os.getenv("GITHUB_ACTIONS") == "true":
768768
skip_tests.add("thread/stress_schedule.py") # has reliability issues
769+
skip_tests.add("extmod/select_poll_eintr.py") # has reliability issues
769770

770771
if os.getenv("RUNNER_OS") == "Windows" and os.getenv("CI_BUILD_CONFIGURATION") == "Debug":
771772
# fails with stack overflow on Debug builds

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy