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
If you call expectLater in a FakeAsync zone and trigger one of the codepaths that returns the precached _emptyFuture, the test will hang then time out, because of the way zones work.
The text was updated successfully, but these errors were encountered:
Hixie
added a commit
to Hixie/test
that referenced
this issue
May 9, 2018
If you call
expectLater
in aFakeAsync
zone and trigger one of the codepaths that returns the precached _emptyFuture, the test will hang then time out, because of the way zones work.The text was updated successfully, but these errors were encountered: