Skip to content

Commit 8c78146

Browse files
sbrannenmarcphilipp
authored andcommitted
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: #1148
1 parent a2b8274 commit 8c78146

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

junit-jupiter-migrationsupport/src/main/resources/META-INF/services/org.junit.platform.engine.TestEngine

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)