Closed
Description
If test cases produce the same json, the reason will be one of the following:
- Duplicate test case (not realistic use case)
- Type isn't serializable or doesn't round-trip correctly
In this case, it may be a good idea to automatically decide that this test case should be folded, as if serialization failed altogether.