vscode-java-test
vscode-java-test copied to clipboard
Instead of just showing green immediately on a disabled test, show a message saying test is disabled/ignored
Might be a nice usability improvement to show a notification or special icon when trying to run a disabled test, or a test in a disabled test suite. Today - it just shows as green, which at times may cause several minutes of frantic debugging trying to understand why a test is showing green without seemly doing anything (as sometimes test may fail in before/beforeClass stage and not produce any output - thus causing the same visual queues).
Found a related upstream issue: https://github.com/microsoft/vscode/issues/133198.