Skip to content

Commit

Permalink
Disable FAPIDCRValidationsTestCase
Browse files Browse the repository at this point in the history
  • Loading branch information
janakamarasena committed Nov 16, 2023
1 parent a8d85df commit d7315f5
Showing 1 changed file with 6 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -368,9 +368,10 @@
<class name="org.wso2.identity.integration.test.rest.api.server.organization.management.v1.OrganizationManagementFailureTest"/>
</classes>
</test>
<test name="fapi-dcr-validations" preserve-order="true" parallel="false" group-by-instances="true">
<classes>
<class name="org.wso2.identity.integration.test.oauth2.dcrm.api.FAPIDCRValidationsTestCase"/>
</classes>
</test>
<!-- Temporarily disabling the test case as the build appears to be hanging with this. -->
<!-- <test name="fapi-dcr-validations" preserve-order="true" parallel="false" group-by-instances="true">-->
<!-- <classes>-->
<!-- <class name="org.wso2.identity.integration.test.oauth2.dcrm.api.FAPIDCRValidationsTestCase"/>-->
<!-- </classes>-->
<!-- </test>-->
</suite>

0 comments on commit d7315f5

Please sign in to comment.