From 023a02777274ac2f027d2914373ddc846aa1127e Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Fri, 17 Apr 2020 11:19:32 +0200 Subject: [PATCH] Add note --- test-resources/lib_tests/clj_yaml/core_test.clj | 1 + 1 file changed, 1 insertion(+) diff --git a/test-resources/lib_tests/clj_yaml/core_test.clj b/test-resources/lib_tests/clj_yaml/core_test.clj index 5d475f32..0e75a4d6 100644 --- a/test-resources/lib_tests/clj_yaml/core_test.clj +++ b/test-resources/lib_tests/clj_yaml/core_test.clj @@ -171,6 +171,7 @@ the-bin: !!binary 0101") (generate-string data :dumper-options {:flow-style :flow}))))) ;; TODO: this test is failing in GraalVM +;; Could be related to https://github.com/oracle/graal/issues/2234 #_(deftest parse-time (testing "clj-time parses timestamps with more than millisecond precision correctly." (let [timestamp "2001-11-23 15:02:31.123456 -04:00"