Skip to content

Feature Request: Provide a skip GraalVM test annotation? #97

@dzou

Description

@dzou

Large projects will have numerous unit tests and often use mocking libraries (like Mockito, EasyMock) which may have tricky reflection.

It would be nice to have an annotation like @SkipNativeTest to annotate individual unit tests that should be skipped in native image testing. This would allow projects to gradually adopt native-image testing (not have all tests working at the start) and also give some flexibility for tests that may not be possible to get working due to mocking libraries.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions