summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2022-08-16 13:49:11 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2022-08-16 13:49:28 +0900
commit5389c9813b1970a1a5cb2bc8f67b098d38a99d1d (patch)
treeecf2813cec9e1aa36f93e239caa2ed68c8877265
parent0608a9a08693286a7d84845a216927ff2e3c9951 (diff)
Update the excluding message for Psych [ci skip]
-rw-r--r--test/excludes/Psych/TestDateTime.rb5
1 files changed, 4 insertions, 1 deletions
diff --git a/test/excludes/Psych/TestDateTime.rb b/test/excludes/Psych/TestDateTime.rb
index 1188b4d4a6..63d99be809 100644
--- a/test/excludes/Psych/TestDateTime.rb
+++ b/test/excludes/Psych/TestDateTime.rb
@@ -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