Skip to content

Commit

Permalink
remove unpredictable test
Browse files Browse the repository at this point in the history
  • Loading branch information
gpetiot committed Mar 7, 2024
1 parent b49d213 commit c01f89c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/lib/test_period.ml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = []
Expand Down

0 comments on commit c01f89c

Please sign in to comment.