mirror of
https://github.com/kopia/kopia.git
synced 2026-01-24 14:28:06 -05:00
The robustness tests perform delete actions on random subdirectories and files. If the actions encounter `directory not found` error, the framework returns a `no-op` error. This change ignores the `no-op` errors specifically for "delete" actions. This change will reduce the failure frequency when a delete actions on the source directory result in a no-op.