summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2023-03-29 12:46:55 +0900
committergit <svn-admin@ruby-lang.org>2023-03-29 04:00:22 +0000
commit8c8d0680161c9671e68303ee2b27ccbea4bd293a (patch)
tree68386dd2c175ae822aac68b39e465942b0ab3629 /test
parentf241a8de56e5c5829dc9fd9cc290c58a93a7441a (diff)
[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
Diffstat (limited to 'test')
-rw-r--r--test/win32ole/test_win32ole.rb2
1 files changed, 2 insertions, 0 deletions
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