1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Update the excluding message for Psych [ci skip]

This commit is contained in:
Nobuyoshi Nakada 2022-08-16 13:49:11 +09:00
parent 0608a9a086
commit 5389c9813b
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6

View file

@ -1 +1,4 @@
exclude(:test_new_datetime, "Psych loses the start date")
exclude(:test_new_datetime, <<MSG)
Undefined behavior of YAML spec, no definitions for pre Gregorian dates.
https://github.com/yaml/yaml/issues/69
MSG