Skip to content

Commit

Permalink
test: disable JVM
Browse files Browse the repository at this point in the history
It seems that CryptoBox has static data across instances on JVM, so it can't be tested there either
  • Loading branch information
vitorhugods committed Sep 4, 2024
1 parent d71b0af commit e6a5adb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit e6a5adb

Please sign in to comment.