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
Native tests should be run. They are when the same project is run under MacOS.
Actual Behaviour
Native Tests are skipped with the following message:
de.bugged.NativeTestTest > testItWorks() SKIPPED: Test is not bean. Either the test does not satisfy requirements defined by @Requires or annotation processing is not enabled. If the latter ensure annotation processing is enabled in your IDE.
Steps To Reproduce
Create a new project in Micronaut Launch and choose graalvm as feature.
Download the project and run gradlew nativeTest.
The build is successful but the Micronaut default test testItWorks() is skipped.
Environment Information
Windows 10
Version info: 'GraalVM 22.3.0 Java 17 CE'
Java version info: '17.0.5+8-jvmci-22.3-b08'
C compiler: cl.exe (microsoft, x64, 19.29.30147)
Garbage collector: Serial GC
Example Application
No response
Version
3.9.2
The text was updated successfully, but these errors were encountered:
Expected Behavior
Native tests should be run. They are when the same project is run under MacOS.
Actual Behaviour
Native Tests are skipped with the following message:
de.bugged.NativeTestTest > testItWorks() SKIPPED: Test is not bean. Either the test does not satisfy requirements defined by @Requires or annotation processing is not enabled. If the latter ensure annotation processing is enabled in your IDE.
Steps To Reproduce
graalvm
as feature.gradlew nativeTest
.testItWorks()
is skipped.Environment Information
Example Application
No response
Version
3.9.2
The text was updated successfully, but these errors were encountered: