You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unzip the zip and try to run the tests in VSCode.
See that they are skipped.
Comment out the line id("io.micronaut.test-resources") version "4.4.2" in build.gradle.
Run the tests again, and now they work.
Expected Behavior
Running tests in VS Code should be the same as running them on the CL.
Note: I have posted this message on the GitHub of VS Code as well, as the tests are executed properly in the command line.
Actual Behaviour
Tests are not executed, they are marked as ignored.
Steps To Reproduce
Unzip the zip and try to run the tests in VSCode.
See that they are skipped.
Comment out the line
id("io.micronaut.test-resources") version "4.4.2"
in build.gradle.Run the tests again, and now they work.
demo.zip
Environment Information
JDK 22
VS Code 1.93.0
Example Application
No response
Version
4.4.2
The text was updated successfully, but these errors were encountered: