skip failing tests in test-all on mingw

https://bugs.ruby-lang.org/issues/17372
This commit is contained in:
NARUSE, Yui 2020-12-08 05:45:22 +09:00
Родитель 146b3695c0
Коммит a4f292426b
1 изменённых файлов: 1 добавлений и 1 удалений

2
.github/workflows/mingw.yml поставляемый
Просмотреть файл

@ -107,7 +107,7 @@ jobs:
[Console]::OutputEncoding = [System.Text.Encoding]::GetEncoding("IBM437")
[Console]::InputEncoding = [System.Text.Encoding]::GetEncoding("IBM437")
$jobs = [int](1.5 * $env:NUMBER_OF_PROCESSORS)
make test-all TESTOPTS="-j $jobs --retry --job-status=normal --show-skip --timeout-scale=1.5"
make test-all TESTOPTS="-j $jobs --retry --job-status=normal --show-skip --timeout-scale=1.5" --regexp="!/^(test_to_specs_respects_bundler_version|test_gem_bundler|test_activate_bin_path_gives_proper_error_for_bundler)$/"
- name: test-spec
timeout-minutes: 10