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