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
The `logs -f` test was periodically hanging in CI. The likely reason appears to
be that the test is not written in the async style expected by Ginkgo v2. In
particular, the `<-session.Exited` would hang.
0 commit comments