/tmp/project contains a Java maven project with ordinary src/main/java and src/test/java folders. The latter containing JUnit4 test classes/tmp/project to /tmp/symlinked exists./tmp/symlinked in vs-code/tmp/symlinked-path/project)Failed to get workspace folder for the test item: file:///tmp/project/src/test/java/... (it shows the traversed path)vs-code: 1.31.1
vscode-java-test: 0.14.1
Hi @mweirauch
Do you mean by this?

Yap that basically describes it. I have tried with a simple Spring Boot starter project as you did and it fails with the same error message.
1.34.0 and vscode-java-test 0.16.0 in between.OpenJDK Runtime Environment (build 1.8.0_212-b04)Honestly, getting a bit clueless now. Thanks for looking!
I see. I'll run it in Fedora 29 in a VM later when I have time. Please also feel free to comment if you find anything.
Thanks.
I can now repro it on Fedora 30. Will look deep into it.
Update: Create an issue in the VS Code repo: https://github.com/microsoft/vscode/issues/74104
Hi @mweirauch,
Is this issue still occur? From the upstream issue, seems that the VS Code team did some changes regarding to the symlink.
Hi. Thanks for the heads-up. I just re-tested and I still get the same "issue".
Had to downgrade to 1.38.1 though, because I got bitten by this.
From referenced issues on the upstream issue I do understand, that symlinks shall not be followed. Not sure in what area vscode-java-test plays a role here. In the meantime of course I refrain from opening projects with symlinks within the path to project itself.
Mark, Just confirmed this issue still exists in code 1.43.2, Java Test Runner 0.22.2, running on WSL or Ubuntu.