Tests may invoke diff tool too many times
Open
kind:infrastructure
- Dominant language
- C#
- Stars
- 719
- Forks
- 113
- Avg merge
- 6d 12h
- Merged PRs (30d)
- 1
Description
Currently, ApprovalTests.NET will call the diff tool automatically on any test failure, if the test failure has been caused by changes in the test JSON data. This is sometimes inconvenient, as with bug changes in the infrastructure it may cause huge number of diff tool invocation to start all at once. For example, see [this comment](https://github.com/ForNeVeR/wpf-math/pull/277#discussion_r471029830).
I think we should somehow tune or disable this ApprovalTests.NET behavior.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.