mirror of
https://github.com/nextcloud/android.git
synced 2024-11-26 07:05:49 +03:00
Suppress test class
Signed-off-by: alperozturk <alper_ozturk@proton.me>
This commit is contained in:
parent
55aed575df
commit
221e6dddb8
1 changed files with 1 additions and 0 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue