summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJeff Epler <jepler@gmail.com>2019-10-21 20:58:07 -0500
committerJeff Epler <jepler@gmail.com>2019-10-21 20:58:07 -0500
commit4d53dd29a39a79aaa14b3322416ea0ec28e62077 (patch)
treee75ecb59aa672b5048b100d8094be01deb0bdd0a /.github
parent84c0d6cdf8c0bff1b61ce2fa6edcd2b4a65b2556 (diff)
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.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index f3c610b87..c8af91d0a 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -52,9 +52,6 @@ jobs:
done
working-directory: tests
if: failure()
- - name: Test threads
- run: MICROPY_CPYTHON3=python3.5 MICROPY_MICROPYTHON=../ports/unix/micropython_coverage ./run-tests -j1 -d thread
- working-directory: tests
- name: Native Tests
run: MICROPY_CPYTHON3=python3.5 MICROPY_MICROPYTHON=../ports/unix/micropython_coverage ./run-tests -j1 --emit native
working-directory: tests