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.