fix: flaky test_localtimestamp
- Feb 05, 2025
-
-
Erik Khamitov authored
When specifying the precision for localtimestamp, the digits to the right are zeroed out. However, if there were already zeros in those positions in the original value, the test may fail even when precisions are different. This can lead to flaky tests so test is removed.
-