Skip to content

Commit

Permalink
Merge pull request #17430 from madurangasiriwardena/enable
Browse files Browse the repository at this point in the history
Fix test case
  • Loading branch information
madurangasiriwardena authored Oct 31, 2023
2 parents e609997 + d135e4f commit 59339f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,9 @@ private void testInit() throws Exception {

super.init();
serverConfigurationManager = new ServerConfigurationManager(isServer);
// We have to restart the server, since the configs were restored from the previous test,
// but has not restarted the server after that.
serverConfigurationManager.restartGracefully();
tenantMgtRestClient = new TenantMgtRestClient(serverURL, tenantInfo);

// Create the test tenants.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@
<class name="org.wso2.identity.integration.test.rest.api.user.liteUserRegister.LiteUserRegisterTestCase"/>
<class name="org.wso2.identity.integration.test.oauth2.OAuth2TokenScopeValidatorTestCase" />
<class name="org.wso2.identity.integration.test.saml.SAMLSSOForAdminLoginTestCase"/>
<!-- <class name="org.wso2.identity.integration.test.oauth2.OAuthAppsWithSameClientIdTestCase"/>-->
<class name="org.wso2.identity.integration.test.oauth2.OAuthAppsWithSameClientIdTestCase"/>
</classes>
</test>

Expand Down

0 comments on commit 59339f2

Please sign in to comment.