diff --git a/packages/test-sync/src/commonTest/kotlin/io/realm/kotlin/test/mongodb/common/AppTests.kt b/packages/test-sync/src/commonTest/kotlin/io/realm/kotlin/test/mongodb/common/AppTests.kt index 373678ac1c..6639cd873f 100644 --- a/packages/test-sync/src/commonTest/kotlin/io/realm/kotlin/test/mongodb/common/AppTests.kt +++ b/packages/test-sync/src/commonTest/kotlin/io/realm/kotlin/test/mongodb/common/AppTests.kt @@ -415,6 +415,7 @@ class AppTests { } @Test + @Ignore fun encryptedMetadataRealm_openWithWrongKeyThrows() { val tempDir = PlatformUtils.createTempDir() @@ -456,6 +457,7 @@ class AppTests { } @Test + @Ignore fun encryptedMetadataRealm_openWithoutKeyThrows() { val tempDir = PlatformUtils.createTempDir()