Skip to content

Commit

Permalink
test/ruby/test_m17n.rb: skip a test that breaks another test
Browse files Browse the repository at this point in the history
  • Loading branch information
mame committed Nov 15, 2021
1 parent ccaa795 commit ca0a5ed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/ruby/test_m17n.rb
Expand Up @@ -299,6 +299,9 @@ def test_object_inspect_external
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
Expand Down

0 comments on commit ca0a5ed

Please sign in to comment.