Skip to content

Commit 7dfbf57

Browse files
committed
fix: JUnit tests don't run when targeting Eclipse 2025-12
When running `clean verify -Dtm4e.target-platform=staging` Tycho fails with: [ERROR] Failed to execute goal org.eclipse.tycho:tycho-surefire-plugin:5.0.0:test (default-test) on project org.eclipse.tm4e.core.tests: Could not determine test framework provider. Available providers: [junit5vintage, junit4, junit5vintageinternal, junit5, testng]
1 parent 14f182f commit 7dfbf57

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pom.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,7 @@
328328
<useUIHarness>true</useUIHarness>
329329
<useUIThread>true</useUIThread>
330330
<argLine>-Xms512m -Xmx512m -Dfile.encoding=${project.build.sourceEncoding} ${tycho-surefire-plugin.vmargs}</argLine>
331+
<providerHint>junit5</providerHint>
331332
</configuration>
332333
</plugin>
333334
<plugin>

0 commit comments

Comments
 (0)