Revert "Add future tests to CI (#3169)"
This reverts commit 2195db7233
.
Future tests are timing out. Investigated under #3172.
Will re-commit once fixed.
This commit is contained in:
parent
689118db0b
commit
812107f015
2
.github/workflows/ci-pr.yml
vendored
2
.github/workflows/ci-pr.yml
vendored
|
@ -32,7 +32,6 @@ jobs:
|
|||
raco test -l tests/match/main
|
||||
raco test -l tests/zo-path
|
||||
raco test -c tests/xml
|
||||
raco test -c tests/future
|
||||
raco test -l tests/db/all-tests
|
||||
raco test -c tests/stxparse
|
||||
raco test -c tests/syntax
|
||||
|
@ -72,6 +71,5 @@ jobs:
|
|||
call racket\raco.exe test -l tests/match/main
|
||||
call racket\raco.exe test -l tests/zo-path
|
||||
call racket\raco.exe test -c tests/xml
|
||||
call racket\raco.exe test -c tests/future
|
||||
call racket\raco.exe test -l tests/db/all-tests
|
||||
racket\raco.exe test -c tests/stxparse
|
||||
|
|
6
.github/workflows/ci-push.yml
vendored
6
.github/workflows/ci-push.yml
vendored
|
@ -308,8 +308,6 @@ jobs:
|
|||
run: raco test -l tests/zo-path
|
||||
- name: Run tests/xml
|
||||
run: raco test -c tests/xml
|
||||
- name: Run tests/future
|
||||
run: raco test -c tests/future
|
||||
- name: Run tests/stxparse
|
||||
run: raco test -c tests/stxparse
|
||||
- name: Install db tests dependency
|
||||
|
@ -383,8 +381,6 @@ jobs:
|
|||
run: raco test -l tests/zo-path
|
||||
- name: Run tests/xml
|
||||
run: raco test -c tests/xml
|
||||
- name: Run tests/future
|
||||
run: raco test -c tests/future
|
||||
- name: Run tests/stxparse
|
||||
run: raco test -c tests/stxparse
|
||||
- name: Install db tests dependency
|
||||
|
@ -450,8 +446,6 @@ jobs:
|
|||
run: raco test -l tests/zo-path
|
||||
- name: Run tests/xml
|
||||
run: raco test -c tests/xml
|
||||
- name: Run tests/future
|
||||
run: raco test -c tests/future
|
||||
- name: Run tests/stxparse
|
||||
run: raco test -c tests/stxparse
|
||||
- name: Install db tests dependency
|
||||
|
|
6
.github/workflows/ci-ubsan.yml
vendored
6
.github/workflows/ci-ubsan.yml
vendored
|
@ -74,9 +74,6 @@ jobs:
|
|||
- name: Run tests/xml
|
||||
continue-on-error: true
|
||||
run: raco test -c tests/xml | tee logs/xml.log
|
||||
- name: Run tests/future
|
||||
continue-on-error: true
|
||||
run: raco test -c tests/future
|
||||
- name: Run tests/stxparse
|
||||
continue-on-error: true
|
||||
run: raco test -c tests/stxparse | tee logs/stxparse.log
|
||||
|
@ -167,9 +164,6 @@ jobs:
|
|||
- name: Run tests/xml
|
||||
continue-on-error: true
|
||||
run: raco test -c tests/xml | tee logs/xml.log
|
||||
- name: Run tests/future
|
||||
continue-on-error: true
|
||||
run: raco test -c tests/future
|
||||
- name: Run tests/stxparse
|
||||
continue-on-error: true
|
||||
run: raco test -c tests/stxparse | tee logs/stxparse.log
|
||||
|
|
Loading…
Reference in New Issue
Block a user