From e6a5adbee6eedcae71b51932a895f665fd6ac579 Mon Sep 17 00:00:00 2001 From: Vitor Hugo Schwaab Date: Wed, 4 Sep 2024 14:07:00 +0200 Subject: [PATCH] test: disable JVM It seems that CryptoBox has static data across instances on JVM, so it can't be tested there either --- .../kotlin/com/wire/kalium/cryptography/ProteusClientTest.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/cryptography/src/commonTest/kotlin/com/wire/kalium/cryptography/ProteusClientTest.kt b/cryptography/src/commonTest/kotlin/com/wire/kalium/cryptography/ProteusClientTest.kt index e622855971..a27624f024 100644 --- a/cryptography/src/commonTest/kotlin/com/wire/kalium/cryptography/ProteusClientTest.kt +++ b/cryptography/src/commonTest/kotlin/com/wire/kalium/cryptography/ProteusClientTest.kt @@ -190,6 +190,7 @@ class ProteusClientTest : BaseProteusClientTest() { // TODO: Implement on CoreCrypto as well once it supports transactions @IgnoreJS + @IgnoreJvm @IgnoreIOS @Test fun givenNonEncryptedClient_whenThrowingDuringTransaction_thenShouldNotSaveSessionAndBeAbleToDecryptAgain() = runTest {