Skip to content

Commit

Permalink
Fix the problem that org.junit.jupiter.api.condition.EnabledOnOs ca…
Browse files Browse the repository at this point in the history
…nnot be used in NativeTest
  • Loading branch information
linghengqian committed Sep 10, 2023
1 parent 8b21143 commit 06f192c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ public class JupiterConfigProvider implements PluginConfigProvider {
@Override
public void onLoad(NativeImageConfiguration config) {
String[] buildTimeInitializedClasses = new String[]{
"org.junit.jupiter.api.condition.OS",
"org.junit.jupiter.engine.config.EnumConfigurationParameterConverter",
"org.junit.jupiter.engine.descriptor.ClassTestDescriptor",
"org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor",
Expand Down

0 comments on commit 06f192c

Please sign in to comment.