Revert "Provisionally ignore panics that happen in these days often"

This reverts commit e0f4c4e410a0e4c6cda67e9000696c8f1f01d8aa.

We expect https://github.com/ruby/ruby/pull/9729 to address the failure.
This commit is contained in:
Takashi Kokubun 2024-01-29 09:23:29 -08:00
parent d42330d702
commit 1005b7d29f
2 changed files with 0 additions and 2 deletions

View File

@ -66,7 +66,6 @@ jobs:
- test_task: 'check'
configure: '--enable-yjit=dev'
yjit_opts: '--yjit-call-threshold=1 --yjit-verify-ctx --yjit-code-gc'
continue-on-test_task: true # provisionally
fail-fast: false
env:

View File

@ -102,7 +102,6 @@ jobs:
- test_task: 'check'
configure: '--enable-yjit=dev'
yjit_opts: '--yjit-call-threshold=1 --yjit-verify-ctx --yjit-code-gc'
continue-on-test_task: true # provisionally
- test_task: 'test-bundled-gems'
configure: '--enable-yjit=dev'