Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Native tests are skipped on Windows 10 #779

Open
karmoffle opened this issue Jun 4, 2023 · 0 comments
Open

Native tests are skipped on Windows 10 #779

karmoffle opened this issue Jun 4, 2023 · 0 comments

Comments

@karmoffle
Copy link

karmoffle commented Jun 4, 2023

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

  1. Create a new project in Micronaut Launch and choose graalvm as feature.
  2. Download the project and run gradlew nativeTest.
  3. 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant