Skip to content

Commit 4d53dd2

Browse files
committed
ci: don't run the "thread" tests
This part of the unix micropython port isn't related to any functionality used in CircuitPython, and at least one of the tests (thread_gc) fails with non-negligible frequency. Reasons to revisit this in the future would include if/when thread support is added in CircuitPython.
1 parent 84c0d6c commit 4d53dd2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,6 @@ jobs:
5252
done
5353
working-directory: tests
5454
if: failure()
55-
- name: Test threads
56-
run: MICROPY_CPYTHON3=python3.5 MICROPY_MICROPYTHON=../ports/unix/micropython_coverage ./run-tests -j1 -d thread
57-
working-directory: tests
5855
- name: Native Tests
5956
run: MICROPY_CPYTHON3=python3.5 MICROPY_MICROPYTHON=../ports/unix/micropython_coverage ./run-tests -j1 --emit native
6057
working-directory: tests

0 commit comments

Comments
 (0)