Why doesn't the cargo java process properly stop after integration tests are done (even if all tests pass)? I have to manually kill it. I guess cargoStopLocal fails or doesn't happen? I need to crank up debugging or something, I just thought I'd check with y'all first.
I'm running tests with: gradle test -x :twofactor-tests:test -x :oauth2-test:test :fineract-e2e-tests-runner:test The cargo processes started for 2FA and oauth2 tests stop as expected.