Skip to content

Commit

Permalink
MOSIP-34397 - Updating MosipTestRunner (#763)
Browse files Browse the repository at this point in the history
Signed-off-by: Mohanachandran S <[email protected]>
  • Loading branch information
mohanachandran-s authored Jul 10, 2024
1 parent 774c3a7 commit e365e21
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public static void main(String[] arg) {
ConfigManager.init();
BaseTestCase.suiteSetup();
setLogLevels();
AdminTestUtil.encryptDecryptUtil = new EncryptionDecrptionUtil();
//AdminTestUtil.encryptDecryptUtil = new EncryptionDecrptionUtil();

// For now we are not doing health check for qa-115.
if (BaseTestCase.isTargetEnvLTS()) {
Expand Down Expand Up @@ -353,4 +353,4 @@ public static String checkRunType() {
return "IDE";
}

}
}

0 comments on commit e365e21

Please sign in to comment.