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
- create an issue with the list of occurrences you want to work on and reference this issue (#1077)
- Then update your comment below with a link to that issue, I’ll keep the "Available" list updated
Claimed / in progress
🤷♀️
Available
🤷♂️
Done
- [x] [tests/test_https_allowunmocked.js#L9](https://github.com/node-nock/nock/blob/055593abb036524ffff8f364f8effc91827a130f/tests/test_https_allowunmocked.js#L9) @jlilja https://github.com/nock/nock/pull/1209
- [x] [tests/test_https_allowunmocked.js#L27](https://github.com/node-nock/nock/blob/055593abb036524ffff8f364f8effc91827a130f/tests/test_https_allowunmocked.js#L27) @jlilja https://github.com/nock/nock/pull/1209
- [x] [tests/test_recorder.js#L93](https://github.com/node-nock/nock/blob/055593abb036524ffff8f364f8effc91827a130f/tests/test_recorder.js#L93) @paulmelnikow PR: #1283
- [x] [tests/test_recorder.js#L140](https://github.com/node-nock/nock/blob/055593abb036524ffff8f364f8effc91827a130f/tests/test_recorder.js#L140) @paulmelnikow PR: #1283
- [x] [tests/test_recorder.js#L195](https://github.com/node-nock/nock/blob/055593abb036524ffff8f364f8effc91827a130f/tests/test_recorder.js#L195) @paulmelnikow PR: #1283
- [x] [tests/test_recorder.js#L209](https://github.com/node-nock/nock/blob/055593abb036524ffff8f364f8effc91827a130f/tests/test_recorder.js#L209) @paulmelnikow PR: #1283
- [x] [tests/test_recorder.js#L236](https://github.com/node-nock/nock/blob/055593abb036524ffff8f364f8effc91827a130f/tests/test_recorder.js#L236) @paulmelnikow PR: #1283
- [x] [tests/test_recorder.js#L340](https://github.com/node-nock/nock/blob/055593abb036524ffff8f364f8effc91827a130f/tests/test_recorder.js#L340) @paulmelnikow PR: #1283
- [x] [tests/test_recorder.js#L374](https://github.com/node-nock/nock/blob/055593abb036524ffff8f364f8effc91827a130f/tests/test_recorder.js#L374) @paulmelnikow PR: #1283
- [x] [tests/test_recorder.js#L409](https://github.com/node-nock/nock/blob/055593abb036524ffff8f364f8effc91827a130f/tests/test_recorder.js#L409) @paulmelnikow PR: #1283
- [x] [tests/test_recorder.js#L457](https://github.com/node-nock/nock/blob/055593abb036524ffff8f364f8effc91827a130f/tests/test_recorder.js#L457) @paulmelnikow PR: #1283
- [x] [tests/test_recorder.js#L502](https://github.com/node-nock/nock/blob/055593abb036524ffff8f364f8effc91827a130f/tests/test_recorder.js#L502) #1281
- [x] [tests/test_recorder.js#L555](https://github.com/node-nock/nock/blob/055593abb036524ffff8f364f8effc91827a130f/tests/test_recorder.js#L555) #1281
- [x] [tests/test_recorder.js#L586](https://github.com/node-nock/nock/blob/055593abb036524ffff8f364f8effc91827a130f/tests/test_recorder.js#L586) #1281
- [x] [tests/test_recorder.js#L621](https://github.com/node-nock/nock/blob/055593abb036524ffff8f364f8effc91827a130f/tests/test_recorder.js#L621) #1281
- [x] [tests/test_recorder.js#L656](https://github.com/node-nock/nock/blob/055593abb036524ffff8f364f8effc91827a130f/tests/test_recorder.js#L656) #1281
- [x] [tests/test_recorder.js#L689](https://github.com/node-nock/nock/blob/055593abb036524ffff8f364f8effc91827a130f/tests/test_recorder.js#L689) #1281
- [x] [tests/test_recorder.js#L710](https://github.com/node-nock/nock/blob/055593abb036524ffff8f364f8effc91827a130f/tests/test_recorder.js#L710) #1281
- [x] [tests/test_recorder.js#L62](https://github.com/node-nock/nock/blob/055593abb036524ffff8f364f8effc91827a130f/tests/test_recorder.js#L62) #1279
- [x] [tests/test_recorder.js#L852](https://github.com/node-nock/nock/blob/055593abb036524ffff8f364f8effc91827a130f/tests/test_recorder.js#L852) #1280
- [x] [tests/test_recorder.js#L733](https://github.com/node-nock/nock/blob/055593abb036524ffff8f364f8effc91827a130f/tests/test_recorder.js#L733) #1280
- [x] [tests/test_recorder.js#L796](https://github.com/node-nock/nock/blob/055593abb036524ffff8f364f8effc91827a130f/tests/test_recorder.js#L796) #1280
- [x] [tests/test_recorder.js#L824](https://github.com/node-nock/nock/blob/055593abb036524ffff8f364f8effc91827a130f/tests/test_recorder.js#L824) #1280
- [x] [tests/test_nock_off.js#L6](https://github.com/node-nock/nock/blob/055593abb036524ffff8f364f8effc91827a130f/tests/test_nock_off.js#L6) https://github.com/nock/nock/pull/1277 @gr2m
- [x] [tests/test_recorder.js#L36](https://github.com/node-nock/nock/blob/055593abb036524ffff8f364f8effc91827a130f/tests/test_recorder.js#L36) https://github.com/nock/nock/pull/1278 @RichardLitt
- [x] [tests/test_intercept.js#L2885](https://github.com/node-nock/nock/blob/055593abb036524ffff8f364f8effc91827a130f/tests/test_intercept.js#L2885)
- [x] [tests/test_intercept.js#L2902](https://github.com/node-nock/nock/blob/055593abb036524ffff8f364f8effc91827a130f/tests/test_intercept.js#L2902)
- [x] [tests/test_intercept.js#L2684](https://github.com/node-nock/nock/blob/055593abb036524ffff8f364f8effc91827a130f/tests/test_intercept.js#L2684)
- [x] [tests/test_intercept.js#L2728](https://github.com/node-nock/nock/blob/055593abb036524ffff8f364f8effc91827a130f/tests/test_intercept.js#L2728)
- [x] [tests/test_intercept.js#L2745](https://github.com/node-nock/nock/blob/055593abb036524ffff8f364f8effc91827a130f/tests/test_intercept.js#L2745)
- [x] [tests/test_intercept.js#L3673](https://github.com/node-nock/nock/blob/055593abb036524ffff8f364f8effc91827a130f/tests/test_intercept.js#L3673)
- [x] [tests/test_back.js#L154](https://github.com/node-nock/nock/blob/055593abb036524ffff8f364f8effc91827a130f/tests/test_back.js#L154) – PR: #1082
- [x] [Add "Do not copy" comment to all tests that still use "{skip: process.env.AIRPLANE}" setting](https://github.com/nock/nock/issues/1232)
- [x] [tests/test_back.js#L137](https://github.com/node-nock/nock/blob/055593abb036524ffff8f364f8effc91827a130f/tests/test_back.js#L137) – PR: #1083
- [x] [tests/test_back.js#L188](https://github.com/node-nock/nock/blob/055593abb036524ffff8f364f8effc91827a130f/tests/test_back.js#L188) - PR: #1087
- [x] [tests/test_back.js#L235](https://github.com/node-nock/nock/blob/055593abb036524ffff8f364f8effc91827a130f/tests/test_back.js#L235) - PR: #1088
- [x] [tests/test_back.js#L261](https://github.com/node-nock/nock/blob/055593abb036524ffff8f364f8effc91827a130f/tests/test_back.js#L261) - PR: #1090
- [x] [tests/test_back.js#L313](https://github.com/node-nock/nock/blob/055593abb036524ffff8f364f8effc91827a130f/tests/test_back.js#L313) – PR: #1093
- [x] [tests/test_back_2.js#L31](https://github.com/node-nock/nock/blob/055593abb036524ffff8f364f8effc91827a130f/tests/test_back_2.js#L31) - PR: #1097
- [x] [tests/test_back_2.js#L53](https://github.com/node-nock/nock/blob/055593abb036524ffff8f364f8effc91827a130f/tests/test_back_2.js#L53) - PR: #1097
- [x] [tests/test_intercept.js#L2108](https://github.com/node-nock/nock/blob/055593abb036524ffff8f364f8effc91827a130f/tests/test_intercept.js#L2108) - PR: #1104
- [x] [tests/test_intercept.js#L2658](https://github.com/node-nock/nock/blob/055593abb036524ffff8f364f8effc91827a130f/tests/test_intercept.js#L2658) - PR: #1104
good first issue
help wanted
pinned
released
released on @beta
Most helpful comment