From 8c8d0680161c9671e68303ee2b27ccbea4bd293a Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Wed, 29 Mar 2023 12:46:55 +0900 Subject: [PATCH] [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 --- test/win32ole/test_win32ole.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/win32ole/test_win32ole.rb b/test/win32ole/test_win32ole.rb index e5f9d35e24..594830b8fa 100644 --- a/test/win32ole/test_win32ole.rb +++ b/test/win32ole/test_win32ole.rb @@ -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