summaryrefslogtreecommitdiff
path: root/test/ruby
diff options
context:
space:
mode:
authorYusuke Endoh <mame@ruby-lang.org>2021-11-15 16:52:12 +0900
committerYusuke Endoh <mame@ruby-lang.org>2021-11-15 16:53:49 +0900
commitca0a5edb5f42aa7c891c834a827863458180aa0f (patch)
treed8175198afa9c8fe2a80b3a0d236eae23558f283 /test/ruby
parentccaa7957df9423498df54480489ce903d4e3c028 (diff)
test/ruby/test_m17n.rb: skip a test that breaks another test
See https://bugs.ruby-lang.org/issues/18338
Diffstat (limited to 'test/ruby')
-rw-r--r--test/ruby/test_m17n.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/ruby/test_m17n.rb b/test/ruby/test_m17n.rb
index 6b0bc4de5e..c793520ac4 100644
--- a/test/ruby/test_m17n.rb
+++ b/test/ruby/test_m17n.rb
@@ -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