зеркало из https://github.com/github/ruby.git
[ruby/win32ole] Skip test failure with mswin platform
https://github.com/ruby/win32ole/actions/runs/4507614838/jobs/7935550685?pr=18 https://github.com/ruby/win32ole/commit/39ae6c2bc7
This commit is contained in:
Родитель
f241a8de56
Коммит
8c8d068016
|
@ -335,6 +335,8 @@ if defined?(WIN32OLE)
|
|||
end
|
||||
|
||||
def test_s_codepage_changed
|
||||
omit if RUBY_PLATFORM.match("mswin")
|
||||
|
||||
cp = WIN32OLE.codepage
|
||||
fso = WIN32OLE.new("Scripting.FileSystemObject")
|
||||
fname = fso.getTempName
|
||||
|
|
Загрузка…
Ссылка в новой задаче