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
1) OpenBehaviour
timeout when opening new synced realm with downloadBeforeOpen and openLocal set opens an empty local realm.:
AssertionError: expected 1 to equal +0
+ expected - actual
-1
+0
at proxy trap (native)
at ?anon_0_ (main.android.jsbundle:163324:80)
at next (native)
at asyncGeneratorStep (main.android.jsbundle:9761:19)
at _next (main.android.jsbundle:9775:29)
at tryCallOne (address at InternalBytecode.js:1:1180)
at anonymous (address at InternalBytecode.js:1:1874)
2) OpenBehaviour
timeout when opening an existing synced realm with downloadBeforeOpen and openLocal set opens an empty local realm.:
AssertionError: expected 1 to equal +0
+ expected - actual
-1
+0
at proxy trap (native)
at ?anon_0_ (main.android.jsbundle:163394:80)
at next (native)
at asyncGeneratorStep (main.android.jsbundle:9761:19)
at _next (main.android.jsbundle:9775:29)
at tryCallOne (address at InternalBytecode.js:1:1180)
at anonymous (address at InternalBytecode.js:1:1874)
The text was updated successfully, but these errors were encountered:
These two tests are often failing on Android:
The text was updated successfully, but these errors were encountered: