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
Fix nondeterministic test failure for tests that await next diagnostic notification
These tests were designed to poll for the next diagnostic notification and if that notification didn’t contain the expected result, try again.
But if we didn’t get any diagnostic notification in 1s, we would unconditionally fail instead of trying again, which was not intended.
0 commit comments