vscode-java-test
vscode-java-test copied to clipboard
Selecting one test from a parametrized test, reruns all tests, but the result is filtered
I'm running a test suite of parametrized junit 5 tests.
Every second time all the tests are running instead of the one selected.