Reproducer repo: https://github.com/varungandhi-src/rapidbug
I've spent a few hours minimizing this from what I have in a work context. It looks like catching a panic inside rapid.Check interferes with test minimization.
varungandhi-src/rapidbug@6d30172
^ As indicated in the linked commit, avoiding require.NotPanics() (at least in the above case) fixes the issue.
Can you clarify if this is expected behavior/a known limitation, or if this is a bug?