diff options
| author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2023-03-29 12:46:55 +0900 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2023-03-29 04:00:22 +0000 |
| commit | 8c8d0680161c9671e68303ee2b27ccbea4bd293a (patch) | |
| tree | 68386dd2c175ae822aac68b39e465942b0ab3629 /test | |
| parent | f241a8de56e5c5829dc9fd9cc290c58a93a7441a (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.rb | 2 |
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 |
