Has it been tested?

Response:

Check the tests for the logic, function or method that’s failing. If the inputs used in real life are different then create a new test, or update the existing test to use those inputs and retest.

Maybe your test cases are wrong because they don’t test for the true requirements.

Reference:

Related questions: