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
It seems most of the time it's the tests RealmObjectAPI_RealmValueLinks_AtlasToRealm and RealmObjectAPI_Links_AtlasToRealm that are giving issues. I think this could be due to some timing issues, for example if objects are created but the properties are not set yet, or if clearing the collection at the beginning is not yet propagated to realm before continuing.
The text was updated successfully, but these errors were encountered:
We should fix flaky static queries tests, for example in:
It seems most of the time it's the tests
RealmObjectAPI_RealmValueLinks_AtlasToRealm
andRealmObjectAPI_Links_AtlasToRealm
that are giving issues. I think this could be due to some timing issues, for example if objects are created but the properties are not set yet, or if clearing the collection at the beginning is not yet propagated to realm before continuing.The text was updated successfully, but these errors were encountered: