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
Problem:
- "returns the correct call stack when the context switches" uses sleep under the hood which requires manual ticks when fake clocks are installed. When we added the fake clock it caused this test to fail
Solution:
- only install the fake clock for "records performance"
0 commit comments