Suppress test class

Signed-off-by: alperozturk <alper_ozturk@proton.me>
This commit is contained in:
alperozturk 2024-04-11 09:36:39 +02:00 committed by Alper Öztürk
parent 55aed575df
commit 221e6dddb8
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@ import junit.framework.TestCase.assertTrue
import org.junit.Assert.assertNotEquals
import org.junit.Test
@Suppress("TooManyFunctions", "LargeClass")
class EncryptionUtilsV2IT : EncryptionIT() {
private val encryptionTestUtils = EncryptionTestUtils()
private val encryptionUtilsV2 = EncryptionUtilsV2()