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 Razor Integration tests currently have a failure that seems to happen only on the CI that's been hard to diagnose because it happens within AbstractRazorEditorTest.InitializeAsync and even though we make our RegisterCustomLogger calls at the top of the method they don't seem to get hit. I assume that has something to do with this code seemingly special-casing exceptions thrown from Initialize, but I'm not clear on the precise behaviors here.
Here's one of the failures which is lacking the expected logs from our RegisterCustomLogger's.
The text was updated successfully, but these errors were encountered:
The Razor Integration tests currently have a failure that seems to happen only on the CI that's been hard to diagnose because it happens within
AbstractRazorEditorTest.InitializeAsync
and even though we make ourRegisterCustomLogger
calls at the top of the method they don't seem to get hit. I assume that has something to do withthis code seemingly special-casing exceptions thrown from Initialize, but I'm not clear on the precise behaviors here.
Here's one of the failures which is lacking the expected logs from our
RegisterCustomLogger
's.The text was updated successfully, but these errors were encountered: