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
41 tests are currently skipped when run with AIRPLANE=true. Most if not all of these tests depend on external websites, which means if they change their behavior or are temporarily down, our tests will fail.
Instead of depending on outside websites I suggest we spawn our own servers as we need them, it is simple enough.
See #1083 for an example pull request / change set.
I think these are all occurrences where we use the {skip: process.env.AIRPLANE} setting.
If you’d like to help out, great! Please do the following
comment below which one of these (can be multiple) you want to work on
41 tests are currently skipped when run with
AIRPLANE=true. Most if not all of these tests depend on external websites, which means if they change their behavior or are temporarily down, our tests will fail.Instead of depending on outside websites I suggest we spawn our own servers as we need them, it is simple enough.
See #1083 for an example pull request / change set.
I think these are all occurrences where we use the
{skip: process.env.AIRPLANE}setting.If you’d like to help out, great! Please do the following
Claimed / in progress
🤷♀️
Available
🤷♂️
Done