diff options
| -rw-r--r-- | .github/workflows/windows.yml | 2 |
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 |
