Skip to content

Commit

Permalink
Merge pull request #19550 from UdeshAthukorala/udesh-scim1
Browse files Browse the repository at this point in the history
Modify git action scripts & enable scim1 group related test cases
  • Loading branch information
UdeshAthukorala authored Feb 13, 2024
2 parents d481ccd + 5922f35 commit 3099b89
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/pr-builder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ echo "=========================================================="
echo "Cloning product-is"
echo "=========================================================="

git clone https://github.com/wso2/product-is
git clone -b udesh-patch-1 --single-branch https://github.com/wso2/product-is

if [ "$REPO" = "product-is" ]; then

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-builder-test-JDK11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
JAVA_8_HOME: ${{env.J8HOME}}
JAVA_11_HOME: ${{env.J11HOME}}
run: |
wget https://raw.githubusercontent.com/wso2/product-is/master/.github/scripts/pr-builder.sh
wget https://raw.githubusercontent.com/wso2/product-is/udesh-patch-1/.github/scripts/pr-builder.sh
bash pr-builder.sh
- name: Archive PR diff file
if: always()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<class name="org.wso2.identity.integration.test.user.mgt.UserMgtTestCase"/>
<class name="org.wso2.identity.integration.test.user.mgt.UserMgtUISecurityTestCase"/>
<class name="org.wso2.identity.integration.test.scim.SCIMServiceProviderUserTestCase" />
<!--<class name="org.wso2.identity.integration.test.scim.SCIMServiceProviderGroupTestCase" />-->
<class name="org.wso2.identity.integration.test.scim.SCIMServiceProviderGroupTestCase" />
<class name="org.wso2.identity.integration.test.application.mgt.ImportExportServiceProviderTest"/>
<class name="org.wso2.identity.integration.test.application.mgt.ApplicationTemplateMgtTestCase"/>
<!--<class name="org.wso2.identity.integration.test.application.mgt.DefaultAuthSeqManagementTestCase"/>-->
Expand Down Expand Up @@ -341,7 +341,7 @@
<class name="org.wso2.identity.integration.test.provisioning.DBSeperationTestCase"/>
<class name="org.wso2.identity.integration.test.oauth2.OAuth2ServiceAuthCodeGrantTestCase"/>
<class name="org.wso2.identity.integration.test.oidc.OIDCFileBasedSkipLoginConsentTestCase"/>
<!--<class name="org.wso2.identity.integration.test.scim.IDENTITY4776SCIMServiceWithOAuthTestCase" />-->
<class name="org.wso2.identity.integration.test.scim.IDENTITY4776SCIMServiceWithOAuthTestCase" />
<class name="org.wso2.identity.integration.test.identity.mgt.UserInformationRecoveryServiceTenantEmailUserTestCase"/>
<class name="org.wso2.identity.integration.test.oauth2.Oauth2HashAlgorithmTestCase"/>
<class name="org.wso2.identity.integration.test.oauth2.Oauth2PersistenceProcessorInsertTokenTestCase"/>
Expand Down

0 comments on commit 3099b89

Please sign in to comment.