You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After upgrading to Realm-Kotlin to core 14.10.3 we have noticed that some tests cases that asses if the metadata Realm is encrypted began to fail. The test logic is as follows:
Create App with encrypted metadata.
Create user, open/close a sync Realm.
Try to open the App's metadata Realm as a local Realm providing the wrong or no key.
We expect to fail, but it succeeds.
We have tried closing the App, but the behaviour persists.
After upgrading to Realm-Kotlin to core 14.10.3 we have noticed that some tests cases that asses if the metadata Realm is encrypted began to fail. The test logic is as follows:
We have tried closing the App, but the behaviour persists.
Is this the expected behaviour?
Seems related to #7576
The text was updated successfully, but these errors were encountered: