Skip to content

Commit

Permalink
Skip the new IRB test on Windows for now
Browse files Browse the repository at this point in the history
  • Loading branch information
k0kubun committed May 11, 2021
1 parent 170531d commit 71fc180
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/irb/test_raise_no_backtrace_exception.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def test_raise_exception_with_invalid_byte_sequence
end

def test_raise_exception_with_different_encoding_containing_invalid_byte_sequence
skip if RUBY_ENGINE == 'truffleruby'
skip if RUBY_ENGINE == 'truffleruby' || /mswin|mingw/ =~ RUBY_PLATFORM
backup_home = ENV["HOME"]
Dir.mktmpdir("test_irb_raise_no_backtrace_exception_#{$$}") do |tmpdir|
ENV["HOME"] = tmpdir
Expand Down

0 comments on commit 71fc180

Please sign in to comment.