mirror of
https://github.com/kopia/kopia.git
synced 2025-12-23 22:57:50 -05:00
Prevent running "auto-maintenance" on snapshot create. Ref: - #4851 Context: the test fails because there are concurrent "endurance" runners and each of these advances the clock, some of them significantly (action{Small,Medium,Large}ClockJump), which causes the clock skewness check to fail when (auto-)maintenance runs. The test maintenance action does not experience this issue because it runs exclusively on its own, that is, other actions have to wait until maintenance completes.