summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2024-11-28 14:26:59 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2024-11-28 14:56:46 +0900
commit03d9dfa60ce63c2f66ed56f1a6901165d2d3492e (patch)
tree856c8d91b93b18e889295560344a8bdc791c742e
parent54c8265dab74a8cab0101853b23882bb4c28cb0b (diff)
Exclude successful gems from TEST_BUNDLED_GEMS_ALLOW_FAILURES
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/12193
-rw-r--r--.github/workflows/windows.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index 4f84409d71..f606c14318 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -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