File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 990990 <batchtest todir =" ${artifacts.reports.xml.dir}" unless =" testcase" >
991991 <fileset dir =" ${test.target.src.dir}" >
992992 <include name =" **/AllTests.java" />
993+ <exclude name =" ${env.JUNIT_EXCLUDE_TESTS}" if =" env.JUNIT_EXCLUDE_TESTS" />
993994 </fileset >
994995 </batchtest >
995996 </junit >
Original file line number Diff line number Diff line change @@ -190,6 +190,9 @@ subprojects {
190190
191191 filter {
192192 includeTestsMatching " AllTest*"
193+ if (project. hasProperty(' excludeTests' )) {
194+ excludeTestsMatching " ${ excludeTests} "
195+ }
193196 }
194197 }
195198
Original file line number Diff line number Diff line change @@ -34,9 +34,9 @@ <h3>2.1.3 Additional Featues and Functionality</h3>
3434< li > The org.bouncycastle.rsa.max_mr_tests property check has been added to allow capping of MR tests done on RSA moduli.</ li >
3535</ ul >
3636
37- < a id ="r1rv72.2 "> < h3 > 2.2.1 Version</ h3 > </ a >
38- Release: 1.72.2< br />
39- Date: 2022, Novemember 20th
37+ < a id ="r1rv72.3 "> < h3 > 2.2.1 Version</ h3 > </ a >
38+ Release: < a id =" r1rv72.2 " > 1.72.2</ a > , 1.72.3 < br />
39+ Date: 2022, November 20th
4040< h3 > 2.2.2 Defects Fixed</ h3 >
4141< ul >
4242< li > PGP patch release - fix for OSGI and version header in 1.72.1 jar file.
You can’t perform that action at this time.
0 commit comments