- In linghengqian-scratches/graalvm-trace-metadata-smoketest@ce78a1a , the
--initialize-at-build-time=org.junit.platform.engine.TestTag parameter has been removed due to unit test refactoring.
- Whether the class related to the
--initialize-at-build-time=org.junit.platform.engine.TestTag parameter has resolved the issue remains to be investigated.
graalvmNative {
binaries {
test {
buildArgs.add('--initialize-at-build-time=org.junit.platform.engine.TestTag')
}
}
}