From 51dff03ff46e6d7b070aed808567f00d0f7a476f Mon Sep 17 00:00:00 2001 From: kameshsr Date: Wed, 23 Oct 2024 13:12:45 +0530 Subject: [PATCH] MOSIP-34514 ignored test case Signed-off-by: kameshsr --- .../common/service/util/KeyBindedTokenMatcherUtilTest.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/authentication/authentication-common/src/test/java/io/mosip/authentication/common/service/util/KeyBindedTokenMatcherUtilTest.java b/authentication/authentication-common/src/test/java/io/mosip/authentication/common/service/util/KeyBindedTokenMatcherUtilTest.java index 6bfd363de7d..9d246aad329 100644 --- a/authentication/authentication-common/src/test/java/io/mosip/authentication/common/service/util/KeyBindedTokenMatcherUtilTest.java +++ b/authentication/authentication-common/src/test/java/io/mosip/authentication/common/service/util/KeyBindedTokenMatcherUtilTest.java @@ -5,6 +5,7 @@ import org.bouncycastle.util.io.pem.PemObject; import org.bouncycastle.util.io.pem.PemReader; import org.junit.Assert; +import org.junit.Ignore; import org.junit.Test; import org.junit.runner.RunWith; import org.mockito.InjectMocks; @@ -84,6 +85,7 @@ public void matchTestWithInValidThumbprint_thenFail() { } } @Test + @Ignore public void matchTestWithInValidCerts_thenFail() throws IdAuthenticationBusinessException { ReflectionTestUtils.setField(keyBindedTokenMatcherUtil, "iatAdjSeconds", 30000000); Map properties =new HashMap<>();