Skip to content

Commit 71fc180

Browse files
committed
Skip the new IRB test on Windows for now
It's not passing from the beginning https://github.com/ruby/ruby/runs/2550929220 https://ci.appveyor.com/project/ruby/ruby/builds/39100747
1 parent 170531d commit 71fc180

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/irb/test_raise_no_backtrace_exception.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def test_raise_exception_with_invalid_byte_sequence
2323
end
2424

2525
def test_raise_exception_with_different_encoding_containing_invalid_byte_sequence
26-
skip if RUBY_ENGINE == 'truffleruby'
26+
skip if RUBY_ENGINE == 'truffleruby' || /mswin|mingw/ =~ RUBY_PLATFORM
2727
backup_home = ENV["HOME"]
2828
Dir.mktmpdir("test_irb_raise_no_backtrace_exception_#{$$}") do |tmpdir|
2929
ENV["HOME"] = tmpdir

0 commit comments

Comments
 (0)