We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 170531d commit 71fc180Copy full SHA for 71fc180
test/irb/test_raise_no_backtrace_exception.rb
@@ -23,7 +23,7 @@ def test_raise_exception_with_invalid_byte_sequence
23
end
24
25
def test_raise_exception_with_different_encoding_containing_invalid_byte_sequence
26
- skip if RUBY_ENGINE == 'truffleruby'
+ skip if RUBY_ENGINE == 'truffleruby' || /mswin|mingw/ =~ RUBY_PLATFORM
27
backup_home = ENV["HOME"]
28
Dir.mktmpdir("test_irb_raise_no_backtrace_exception_#{$$}") do |tmpdir|
29
ENV["HOME"] = tmpdir
0 commit comments