Skip typeprof for now

It started failing probably because ISEQ removed an unused field.
I'll have a look at fixing it on the typeprof side, but let me skip it
until it's fixed.
This commit is contained in:
Takashi Kokubun 2023-04-01 11:04:51 -07:00
parent df1b007fbd
commit bdbf663cef
2 changed files with 2 additions and 2 deletions

View File

@ -116,7 +116,7 @@ jobs:
env:
RUBY_TESTOPTS: "-q --tty=no"
TESTS: ${{ matrix.test_task == 'check' && matrix.skipped_tests || '' }}
TEST_BUNDLED_GEMS_ALLOW_FAILURES: ""
TEST_BUNDLED_GEMS_ALLOW_FAILURES: "typeprof"
PRECHECK_BUNDLED_GEMS: "no"
- name: make skipped tests
run: |

View File

@ -150,7 +150,7 @@ jobs:
timeout-minutes: 60
env:
RUBY_TESTOPTS: "-q --tty=no"
TEST_BUNDLED_GEMS_ALLOW_FAILURES: ""
TEST_BUNDLED_GEMS_ALLOW_FAILURES: "typeprof"
PRECHECK_BUNDLED_GEMS: "no"
continue-on-error: ${{ matrix.test_task == 'yjit-bench' }}
- name: Show ${{ github.event.pull_request.base.ref }} GitHub URL for yjit-bench comparison