summaryrefslogtreecommitdiff
path: root/test/psych/test_hash.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/psych/test_hash.rb')
-rw-r--r--test/psych/test_hash.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/psych/test_hash.rb b/test/psych/test_hash.rb
index ba11b827da..32ed7ec68c 100644
--- a/test/psych/test_hash.rb
+++ b/test/psych/test_hash.rb
@@ -114,7 +114,7 @@ eoyml
def test_key_deduplication
unless String.method_defined?(:-@) && (-("a" * 20)).equal?((-("a" * 20)))
- skip "This Ruby implementation doesn't support string deduplication"
+ pend "This Ruby implementation doesn't support string deduplication"
end
hashes = Psych.load(<<-eoyml)