You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently for build workflow unit testing execution is disabled because some of the tests are not stable enough because of for example being highly time dependent. In maven there are some profiles defined that disable unit tests annotated (with junit categories) as Performance or TimeDependent.
This lightweight workflow should be able to prepare basic OS image to run 'mvn' test on Centos Stream 8 or/and 9. As part of the jobs would be to identify other unit tests that can occasionally fail and excluded them until they are fixed.
The text was updated successfully, but these errors were encountered:
Currently for build workflow unit testing execution is disabled because some of the tests are not stable enough because of for example being highly time dependent. In maven there are some profiles defined that disable unit tests annotated (with junit categories) as Performance or TimeDependent.
This lightweight workflow should be able to prepare basic OS image to run 'mvn' test on Centos Stream 8 or/and 9. As part of the jobs would be to identify other unit tests that can occasionally fail and excluded them until they are fixed.
The text was updated successfully, but these errors were encountered: