mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2026-08-27 05:37:37 -05:00
A few tests are changing the date back and forth using for instance date -s +3Years+1day and date -s -3Years-1day. This method does not bring the system back to the current date if executed around Feb 28 or 29 on a leap year, and may result in de-synchronized server and client. Add a note in the test to warn about potential future failures. Related: https://pagure.io/freeipa/issue/9548 Signed-off-by: Florence Blanc-Renaud <flo@redhat.com> Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>