This is an automated email from the ASF dual-hosted git repository.

ashishvijaywargiya pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 06b5f4bbb6 Fixing the buildbot issue (#1534)
06b5f4bbb6 is described below

commit 06b5f4bbb6f37998938decf58bf78b4f1911b32a
Author: Ashish Vijaywargiya <[email protected]>
AuthorDate: Fri Jul 31 16:41:55 2026 +0530

    Fixing the buildbot issue (#1534)
    
    Remove those 4 <test-case> entries for RestQueryOptionsTest,
    RestApiUtilPaginationTest, RestListResponseBuilderTest,
    GlobalExceptionMapperTest from rest-apiTests.xml — they don't belong in
    the legacy suite; they already run correctly under plain gradlew test
    
    All quality checks has been passed so merging the PR.
---
 framework/rest-api/testdef/rest-apiTests.xml | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/framework/rest-api/testdef/rest-apiTests.xml 
b/framework/rest-api/testdef/rest-apiTests.xml
index 7ef3aa5705..439be5b0b5 100644
--- a/framework/rest-api/testdef/rest-apiTests.xml
+++ b/framework/rest-api/testdef/rest-apiTests.xml
@@ -24,16 +24,4 @@ under the License.
     <test-case case-name="rest-api-services-tests">
         <junit-test-suite 
class-name="org.apache.ofbiz.ws.rs.test.RestServicesTests"/>
     </test-case>
-    <test-case case-name="rest-collection-query-tests">
-        <junit-test-suite 
class-name="org.apache.ofbiz.ws.rs.util.RestQueryOptionsTest"/>
-    </test-case>
-    <test-case case-name="rest-api-utility-pagination-tests">
-        <junit-test-suite 
class-name="org.apache.ofbiz.ws.rs.util.RestApiUtilPaginationTest"/>
-    </test-case>
-    <test-case case-name="rest-collection-response-tests">
-        <junit-test-suite 
class-name="org.apache.ofbiz.ws.rs.util.RestListResponseBuilderTest"/>
-    </test-case>
-    <test-case case-name="rest-global-exception-mapper-tests">
-        <junit-test-suite 
class-name="org.apache.ofbiz.ws.rs.spi.impl.GlobalExceptionMapperTest"/>
-    </test-case>
 </test-suite>

Reply via email to