Commit 8c78146
Do not register JupiterTestEngine in junit-jupiter-migrationsupport
Prior to this commit, the JUnit 4 Migration Support module (i.e.,
junit-jupiter-migrationsupport) incorrectly registered the
JupiterTestEngine via Java's ServiceLoader mechanism.
This was obviously the result of a copy-n-paste error that occurred
when the junit-jupiter-migrationsupport Gradle project was created.
This commit fixes this issue by deleting the
org.junit.platform.engine.TestEngine file in
src/main/resources/META-INF/services.
Fixes: #11481 parent a2b8274 commit 8c78146
File tree
1 file changed
+0
-1
lines changed- junit-jupiter-migrationsupport/src/main/resources/META-INF/services
1 file changed
+0
-1
lines changedLines changed: 0 additions & 1 deletion
This file was deleted.
0 commit comments