File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ def test_ref_append
114
114
115
115
def test_key_deduplication
116
116
unless String . method_defined? ( :-@ ) && ( -( "a" * 20 ) ) . equal? ( ( -( "a" * 20 ) ) )
117
- skip "This Ruby implementation doesn't support string deduplication"
117
+ pend "This Ruby implementation doesn't support string deduplication"
118
118
end
119
119
120
120
hashes = Psych . load ( <<-eoyml )
Original file line number Diff line number Diff line change @@ -214,7 +214,7 @@ def test_load_freeze
214
214
215
215
def test_load_freeze_deduplication
216
216
unless String . method_defined? ( :-@ ) && ( -( "a" * 20 ) ) . equal? ( ( -( "a" * 20 ) ) )
217
- skip "This Ruby implementation doesn't support string deduplication"
217
+ pend "This Ruby implementation doesn't support string deduplication"
218
218
end
219
219
220
220
data = Psych . load ( "--- ['a']" , freeze : true )
You can’t perform that action at this time.
0 commit comments