[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:
parent
f241a8de56
commit
8c8d068016
@ -335,6 +335,8 @@ if defined?(WIN32OLE)
|
|||||||
end
|
end
|
||||||
|
|
||||||
def test_s_codepage_changed
|
def test_s_codepage_changed
|
||||||
|
omit if RUBY_PLATFORM.match("mswin")
|
||||||
|
|
||||||
cp = WIN32OLE.codepage
|
cp = WIN32OLE.codepage
|
||||||
fso = WIN32OLE.new("Scripting.FileSystemObject")
|
fso = WIN32OLE.new("Scripting.FileSystemObject")
|
||||||
fname = fso.getTempName
|
fname = fso.getTempName
|
||||||
|
Loading…
x
Reference in New Issue
Block a user