]
Fred Bricon updated JBIDE-22139:
--------------------------------
Issue Type: Task (was: Bug)
20% of openshift tests are not run
----------------------------------
Key: JBIDE-22139
URL:
https://issues.jboss.org/browse/JBIDE-22139
Project: Tools (JBoss Tools)
Issue Type: Task
Components: openshift
Affects Versions: 4.3.1.CR1
Reporter: Fred Bricon
Assignee: Fred Bricon
Fix For: 4.4.0.Alpha1
I realized Openshift builds only run ~ 337 tests via tycho, but we have about 411 tests
to run.
This is caused by that stupid tycho-surefire setting that only runs testsuites. Guess
what? Some of those test classes are not added to any test suite.
As a developer I just write my test class and expect the build to pick it up
automatically