diff --git a/modules/integration/tests-integration/tests-backend/src/test/java/org/wso2/identity/integration/test/sts/TestPassiveSTS.java b/modules/integration/tests-integration/tests-backend/src/test/java/org/wso2/identity/integration/test/sts/TestPassiveSTS.java index c14dc78b54c..29f3afdf09f 100644 --- a/modules/integration/tests-integration/tests-backend/src/test/java/org/wso2/identity/integration/test/sts/TestPassiveSTS.java +++ b/modules/integration/tests-integration/tests-backend/src/test/java/org/wso2/identity/integration/test/sts/TestPassiveSTS.java @@ -76,16 +76,6 @@ public void testInit() throws Exception { this.passiveStsURL = isURL + "passivests"; setSystemProperties(); - - try { - tomcat = getTomcat(); - URL resourceUrl = getClass() - .getResource(File.separator + "samples" + File.separator + "PassiveSTSSampleApp.war"); - startTomcat(tomcat, PASSIVE_STS_SAMPLE_APP_NAME, resourceUrl.getPath()); - - } catch (Exception e) { - Assert.fail("PassiveSTSSampleApp application deployment failed.", e); - } } @AfterClass(alwaysRun = true)