1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

test/ruby/test_m17n.rb: skip a test that breaks another test

See https://bugs.ruby-lang.org/issues/18338
This commit is contained in:
Yusuke Endoh 2021-11-15 16:52:12 +09:00
parent ccaa7957df
commit ca0a5edb5f

View file

@ -299,6 +299,9 @@ class TestM17N < Test::Unit::TestCase
orig_v, $VERBOSE = $VERBOSE, false
orig_int, Encoding.default_internal = Encoding.default_internal, nil
orig_ext = Encoding.default_external
skip "https://bugs.ruby-lang.org/issues/18338"
o = Object.new
Encoding.default_external = Encoding::UTF_16BE