Skip to content

Commit

Permalink
Commenting out test cases to isolate the issue. (#1298)
Browse files Browse the repository at this point in the history
  • Loading branch information
rushmin authored and Ruwan Abeykoon committed Aug 11, 2017
1 parent 283c59a commit be46ce8
Showing 1 changed file with 1 addition and 134 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,147 +28,14 @@
<class name="org.wso2.identity.integration.test.identity.governance.AdminForcedPasswordResetTestCase"/>
</classes>
</test>
<!--<test name="is-tests-notification-mgt" preserve-order="true" parallel="false" group-by-instances="true">-->
<!--<classes>-->
<!--<class name="org.wso2.identity.integration.test.user.profile.mgt.NotificationOnUserOperationTestCase"/>-->
<!--<class name="org.wso2.identity.integration.test.entitlement.EntitlementNotificationTestCase"/>-->
<!--</classes>-->
<!--</test>-->

<test name="is-tests-usr-mgt" preserve-order="true" parallel="false">
<classes>
<class name="org.wso2.identity.integration.test.user.mgt.UserMgtTestCase"/>
<class name="org.wso2.identity.integration.test.user.mgt.ReadWriteLdapBasedUserMgtTestCase"/>
<class name="org.wso2.identity.integration.test.user.mgt.ReadWriteLDAPUserStoreManagerTestCase"/>
<class name="org.wso2.identity.integration.test.user.mgt.ReadOnlyLDAPUserStoreManagerTestCase"/>
<class name="org.wso2.identity.integration.test.user.mgt.JDBCBasedUserMgtTestCase"/>
<class name="org.wso2.identity.integration.test.user.mgt.JDBCUserStoreManagerTestCase"/>
<class name="org.wso2.identity.integration.test.user.mgt.CARBON15051EmailLoginTestCase"/>
<class name="org.wso2.identity.integration.test.user.mgt.UserMgtUISecurityTestCase"/>
<!--<class name="org.wso2.identity.integration.test.user.mgt.CARBON15502ReadWriteLDAPUserStoreManagerTestCase"/>-->
<!--<class name="org.wso2.identity.integration.test.user.mgt.remote.RemoteUserStoreManagerServiceTestCase" />-->
</classes>
</test>

<test name="is-analytics-tests" preserve-order="true" parallel="false" group-by-instances="true">
<classes>
<class name="org.wso2.identity.integration.test.analytics.oauth.OAuth2TokenIssuance"/>
<class name="org.wso2.identity.integration.test.analytics.authentication.AnalyticsLoginTestCase"/>
</classes>
</test>

<test name="is-tests-all" preserve-order="true" parallel="false">
<packages>
<!--Entitlement Test Cases-->
<!--<package name="org.wso2.identity.integration.test.entitlement"/>-->
<!--Application Management Test Cases-->
<!--<package name="org.wso2.identity.integration.test.application.mgt"/>-->
</packages>
<classes>
<class name="org.wso2.identity.integration.test.user.account.connector.UserAccountConnectorTestCase"/>
<class name="org.wso2.identity.integration.test.AuthenticationAdminTestCase"/>
<!--<class name="org.wso2.identity.integration.test.um.ws.api.RemoteAuthorizationManagerServiceTestCase" />-->
<class name="org.wso2.identity.integration.test.claim.metadata.mgt.ClaimMetadataManagementServiceTestCase"/>
<!--<class name="org.wso2.identity.integration.test.mgt.ClaimManagementServiceTestCase" />-->
<!--<class name="org.wso2.identity.integration.test.identity.mgt.AccountLockingWhileSCIMEnabledTestCase"/>-->
<!--Identity Management Test Cases-->
<!--<class name="org.wso2.identity.integration.test.identity.mgt.AccountCredentialMgtConfigServiceTestCase" />-->
<!--<class name="org.wso2.identity.integration.test.identity.mgt.UserIdentityManagementServiceTestCase"/>-->
<class name="org.wso2.identity.integration.test.identity.mgt.UserInformationRecoveryServiceTenantEmailUserTestCase"/>
<class name="org.wso2.identity.integration.test.identity.mgt.AccountLockEnabledTestCase"/>
<class name="org.wso2.identity.integration.test.identity.mgt.IdentityGovernanceTestCase"/>
<!--<class name="org.wso2.identity.integration.test.identity.mgt.PasswordHistoryValidationTestCase"/>-->

<class name="org.wso2.identity.integration.test.challenge.questions.mgt.ChallengeQuestionManagementAdminServiceTestCase"/>


<!--User Store Test Cases-->
<class name="org.wso2.identity.integration.test.user.store.config.UserStoreConfigAdminTestCase"/>
<class name="org.wso2.identity.integration.test.user.store.config.UserStoreConfigTestForIDENTITY5573"/>
<class name="org.wso2.identity.integration.test.user.store.config.UserStoreDeployerTestCase"/>
<class name="org.wso2.identity.integration.test.user.store.JDBCUserStoreAddingTestCase"/>
<!--Provisioning Test Cases-->
<class name="org.wso2.identity.integration.test.provisioning.ProvisioningTestCase"/>
<class name="org.wso2.identity.integration.test.provisioning.DBSeperationTestCase"/>
<!--OAuth Test Cases-->
<class name="org.wso2.identity.integration.test.oauth2.OAuth2ServiceAuthCodeGrantOpenIdTestCase"/>
<class name="org.wso2.identity.integration.test.oauth2.OAuth2ServiceClientCredentialTestCase"/>
<class name="org.wso2.identity.integration.test.oauth2.OAuth2ServiceImplicitGrantTestCase"/>
<class name="org.wso2.identity.integration.test.oauth2.OAuth2ServiceRegexCallbackUrlTestCase"/>
<class name="org.wso2.identity.integration.test.oauth2.OAuth2ServiceResourceOwnerTestCase"/>
<class name="org.wso2.identity.integration.test.oauth2.OAuth2ServiceAuthCodeGrantTestCase"/>
<!--<class name="org.wso2.identity.integration.test.oauth2.OAuth2ServiceAuthCodeGrantCacheDisabledTestCase"/>-->
<class name="org.wso2.identity.integration.test.oauth2.OAuth2TokenRevokeAfterCacheTimeOutTestCase"/>
<class name="org.wso2.identity.integration.test.oauth2.OAuth2TokenRevokeWithInvalidClientCredentialsTestCase"/>
<class name="org.wso2.identity.integration.test.oauth2.OAuth2ServiceErrorResponseTest"/>
<class name="org.wso2.identity.integration.test.oauth2.OAuthAdminServiceTestCase"/>
<class name="org.wso2.identity.integration.test.oauth2.OAuth2ServiceIntrospectionTestCase"/>
<class name="org.wso2.identity.integration.test.oauth2.Oauth2PersistenceProcessorTestCase"/>
<class name="org.wso2.identity.integration.test.oauth2.OAuth2ServiceSAML2BearerGrantTestCase"/>

<!--OIDC Test Cases-->
<class name="org.wso2.identity.integration.test.oidc.OIDCAuthCodeGrantSSOTestCase"/>
<class name="org.wso2.identity.integration.test.oidc.OIDCAuthCodeGrantSSODifferentSubjectIDTestCase"/>

<!--OpenId Test Cases-->
<class name="org.wso2.identity.integration.test.openid.OpenIDAuthenticationTestCase" />
<class name="org.wso2.identity.integration.test.openid.OpenIDProviderServerConfigTestCase" />
<!--<class name="org.wso2.identity.integration.test.openid.OpenIDUserProfileTestCase"/>-->
<class name="org.wso2.identity.integration.test.openid.OpenIDRPManagementTestCase"/>
<class name="org.wso2.identity.integration.test.openid.OpenIDSSOTestCase" />
<!--PassiveSTS Test Cases-->
<class name="org.wso2.identity.integration.test.sts.TestPassiveSTS"/>
<class name="org.wso2.identity.integration.test.sts.TestPassiveSTSFederation"/>
<!--User Profile Management Test Cases-->
<class name="org.wso2.identity.integration.test.user.profile.mgt.UserProfileMgtTestCase"/>
<!--SCIM Test Cases-->
<!--<class name="org.wso2.identity.integration.test.scim.SCIMUserProviderTestCase" />-->
<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.IDENTITY4776SCIMServiceWithOAuthTestCase" />
<!--<class name="org.wso2.identity.integration.test.scim.SCIMGlobalProviderTestCase" />-->
<!--SAML Test Cases-->
<!--<class name="org.wso2.identity.integration.test.saml.SAMLIdentityFederationTestCase"/>-->
<class name="org.wso2.identity.integration.test.saml.SAMLInvalidIssuerTestCase"/>
<class name="org.wso2.identity.integration.test.saml.RegistryMountTestCase"/>
<class name="org.wso2.identity.integration.test.saml.SPMetadataTestCase"/>
<!-- <class name="org.wso2.identity.integration.test.saml.SPMetaDataTenantTestCase"/>-->
<class name="org.wso2.identity.integration.test.saml.IDPMetadataTestCase"/>

<class name="org.wso2.identity.integration.test.provisioning.JustInTimeProvisioningTestCase"/>

<!--Workflow Management test case-->
<class name="org.wso2.identity.integration.test.workflow.mgt.WorkflowManagementTestCase"/>

<!--Identity Provider Management Test Cases-->
<class name="org.wso2.identity.integration.test.idp.mgt.IdentityProviderManagementTestCase" />
<class name="org.wso2.identity.integration.test.requestPathAuthenticator.RequestPathAuthenticatorBaseTestCase" />
<!--Entitlement Test Cases-->
<!--<class name="org.wso2.identity.integration.test.entitlement.EntitlementPIPAttributeCacheTestCase"/>-->
<class name="org.wso2.identity.integration.test.entitlement.EntitlementSecurityTestCase"/>

<!-- Request path authenticator test cases-->
<class name="org.wso2.identity.integration.test.requestPathAuthenticator.RequestPathAuthenticatorInvalidUserTestCase" />
<class name="org.wso2.identity.integration.test.requestPathAuthenticator.IDENTITY4604RequestPathAuthWithSAMLSSO" />
<class name="org.wso2.identity.integration.test.idp.mgt.IdentityProviderMgtServiceTestCase" />
<class name="org.wso2.identity.integration.test.dashboard.IDENTITY5811TestCase" />
</classes>
</test>

<test name="is-tests-sequential" preserve-order="true" parallel="false" group-by-instances="true">
<classes>
<!--<class name="org.wso2.identity.integration.test.saml.SAMLQueryProfileTestCase"/>-->
<class name="org.wso2.identity.integration.test.saml.SAMLSSOTestCase"/>
<class name="org.wso2.identity.integration.test.application.authz.ApplicationAuthzTestCase"/>
<class name="org.wso2.identity.integration.test.application.authz.ApplicationAuthzTenantTestCase"/>
<!--<class name="org.wso2.identity.integration.test.saml.SAMLLocalAndOutboundAuthenticatorsTestCase"/>-->
</classes>
</test>
<test name="is-tests-saml-sequential" preserve-order="true" parallel="false">
<classes>
<class name="org.wso2.identity.integration.test.saml.ChangeACSUrlTestCase"/>
<class name="org.wso2.identity.integration.test.saml.SAMLFederationWithFileBasedSPAndIDPTestCase"/>
<class name="org.wso2.identity.integration.test.user.profile.mgt.UserProfileAdminTestCase"/>
</classes>
</test>

</suite>

0 comments on commit be46ce8

Please sign in to comment.