summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorTakashi Kokubun <takashikkbn@gmail.com>2021-05-10 21:00:54 -0700
committergit <svn-admin@ruby-lang.org>2021-05-11 13:01:38 +0900
commitbb54361057c169e1209d771c189ec662fa4e7395 (patch)
tree82aa2d43278a1f25ba12570dc70058740fb58421 /test
parent9edc162583a4f685332239f6249745ad9b518cbe (diff)
[ruby/irb] 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 https://github.com/ruby/irb/commit/71fc180018
Diffstat (limited to 'test')
-rw-r--r--test/irb/test_raise_no_backtrace_exception.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/irb/test_raise_no_backtrace_exception.rb b/test/irb/test_raise_no_backtrace_exception.rb
index 925f39a81c..9790d508fe 100644
--- a/test/irb/test_raise_no_backtrace_exception.rb
+++ b/test/irb/test_raise_no_backtrace_exception.rb
@@ -23,7 +23,7 @@ IRB
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