From c01f89cc912033f4d28d3583578ad6f4b0ea59ae Mon Sep 17 00:00:00 2001 From: Guillaume Petiot Date: Thu, 7 Mar 2024 19:39:17 +0000 Subject: [PATCH] remove unpredictable test --- test/lib/test_period.ml | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/lib/test_period.ml b/test/lib/test_period.ml index b8fa7bd..989ef7b 100644 --- a/test/lib/test_period.ml +++ b/test/lib/test_period.ml @@ -27,8 +27,6 @@ let test_to_8601 = make_test "one million" ~input:1_000_000. ~expected:"1970-01-12T13:46:40Z"; make_test "one billion" ~input:1_000_000_000. ~expected:"2001-09-09T01:46:40Z"; - make_test "ten billions" ~input:10_000_000_000. - ~expected:"2286-11-20T17:46:40Z"; ] let test_with_period = []