Exclude successful gems from TEST_BUNDLED_GEMS_ALLOW_FAILURES

This commit is contained in:
Hiroshi SHIBATA 2024-11-28 14:26:59 +09:00
parent 54c8265dab
commit 03d9dfa60c
Notes: git 2024-11-28 05:57:06 +00:00

View File

@ -181,7 +181,7 @@ jobs:
- run: nmake test-bundled-gems
timeout-minutes: 30
env:
TEST_BUNDLED_GEMS_ALLOW_FAILURES: 'minitest,net-imap,net-smtp,debug,prime,rbs,typeprof,repl_type_completor'
TEST_BUNDLED_GEMS_ALLOW_FAILURES: 'net-imap,net-smtp,debug,rbs,typeprof'
if: ${{ matrix.test_task == 'test-bundled-gems' }}
- name: Set up Launchable