-
Notifications
You must be signed in to change notification settings - Fork 972
Move application management integration test cases for corresponding test classes #27403
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: archive_IS-7.3
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -47,6 +47,7 @@ | |
| <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.application.mgt.ImportExportServiceProviderTest"/> | ||
| <class name="org.wso2.identity.integration.test.application.mgt.ApplicationTemplateMgtTestCase"/> | ||
| <!--<class name="org.wso2.identity.integration.test.application.mgt.DefaultAuthSeqManagementTestCase"/>--> | ||
| <class name="org.wso2.identity.integration.test.user.account.connector.UserAccountConnectorTestCase"/> | ||
| <class name="org.wso2.identity.integration.test.AuthenticationAdminTestCase"/> | ||
|
|
@@ -254,6 +255,7 @@ | |
| <class name="org.wso2.identity.integration.test.rest.api.server.application.management.v1.ApplicationManagementSuccessTest"/> | ||
| <class name="org.wso2.identity.integration.test.rest.api.server.application.management.v1.ApplicationManagementFailureTest"/> | ||
| <class name="org.wso2.identity.integration.test.rest.api.server.application.management.v1.ApplicationImportExportTest"/> | ||
| <class name="org.wso2.identity.integration.test.rest.api.server.application.management.v1.ApplicationPatchTest"/> | ||
| <class name="org.wso2.identity.integration.test.rest.api.server.application.management.v1.ApplicationManagementSAMLSuccessTest"/> | ||
| <class name="org.wso2.identity.integration.test.rest.api.server.application.management.v1.ApplicationManagementOAuthSuccessTest"/> | ||
| <class name="org.wso2.identity.integration.test.rest.api.server.application.management.v1.ApplicationManagementOAuthFailureTest"/> | ||
|
|
@@ -556,8 +558,6 @@ | |
| <test name="is-tests-saas-app-creation" preserve-order="true" parallel="false" group-by-instances="true"> | ||
| <classes> | ||
| <class name="org.wso2.identity.integration.test.application.mgt.SaasAppCreationInitializerTestCase"/> | ||
| <class name="org.wso2.identity.integration.test.application.mgt.ApplicationTemplateMgtTestCase"/> | ||
| <class name="org.wso2.identity.integration.test.rest.api.server.application.management.v1.ApplicationPatchTest"/> | ||
| </classes> | ||
|
Comment on lines
558
to
561
|
||
| </test> | ||
| </suite> | ||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The PR description is currently the placeholder
$subject, which doesn’t explain the motivation/impact of moving these test classes between TestNG blocks (e.g., ordering/config assumptions, CI runtime impact). Please update the PR description to briefly state why the move is needed and what suite(s) these tests should belong to.