TestNG Version
Given
A project with Listener (my custom "soft assert" listener) which marks ITestResult status as FAILURE after the test.
Expected behavior
I expect my test to fail.
Actual behavior
After upgrading to TestNG 7.5, my test doesn't fail anymore. It's a bug.
Is the issue reproducible on runner?
Test case sample
Please check this trivial project which stabely reproduces the problem:
https://github.com/asolntsev/testng-listeners-sample