Skip to content
Snippets Groups Projects

fix: flaky test_localtimestamp

Merged Erik Khamitov requested to merge ekhamitov/1347-flaky-localtimestamp into master
  1. Feb 05, 2025
    • Erik Khamitov's avatar
      fix: flaky test_localtimestamp · fbbf7a66
      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.
      fbbf7a66
Loading