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
Avoid sending add-on load error messages in test mode (#3662)
Avoid sending add-on load error messages in test mode (#3662)
### Motivation
Whenever we eagerly bump our version due to a breaking change, all add-ons that exist in our bundle (like Tapioca) may start failing to load because they haven't handled the breaking changes yet. That causes our tests to fail because some log notifications are added to the outgoing queue.
We shouldn't fail our build because add-ons haven't handled the breaking changes yet.
### Implementation
I started not sending any logs at all in test mode.
### Automated Tests
For our test that actually checks for these, I used a stub to get the errors produced.
Co-authored-by: vinistock <[email protected]>
0 commit comments