Is there a way to test/cherry pick failed tests with 200 response code

I have multiple scenarios where my tests fails and pass without changing any of the contents in the request. It is possible that the request itself is causing the tests to be flaky even thought I get positive 200 HTTP Response.

The tests literally passes when re-run them, I honestly do not know what causes these tests to fail.

For instance:

Is there a way to get this resolved and re-run specific tests which fails even when response is 200.