Skip to content

Commit d9c5c89

Browse files
committed
remove platform-independent testes
1 parent 65ab3b5 commit d9c5c89

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,9 +151,9 @@ jobs:
151151
- name: run snippets
152152
run: python -m pip install -r requirements.txt && pytest -v
153153
working-directory: ./extra_tests
154-
- name: run cpython platform-independent tests
155-
run:
156-
target/release/rustpython -m test -j 1 -u all --slowest --fail-env-changed -v ${{ env.PLATFORM_INDEPENDENT_TESTS }}
154+
# - name: run cpython platform-independent tests
155+
# run:
156+
# target/release/rustpython -m test -j 1 -u all --slowest --fail-env-changed -v ${{ env.PLATFORM_INDEPENDENT_TESTS }}
157157
- if: runner.os == 'Linux'
158158
name: run cpython platform-dependent tests (Linux)
159159
run: target/release/rustpython -m test -j 1 -u all --slowest --fail-env-changed -v -x ${{ env.PLATFORM_INDEPENDENT_TESTS }}

0 commit comments

Comments
 (0)