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:
parent
ccaa7957df
commit
ca0a5edb5f
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue