Skip to content

Commit

Permalink
Merge pull request #17829 from janakamarasena/disable-fapi
Browse files Browse the repository at this point in the history
Disable FAPIDCRValidationsTestCase
  • Loading branch information
janakamarasena authored Nov 16, 2023
2 parents a8d85df + d7315f5 commit ccebb88
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 ccebb88

Please sign in to comment.