Commit a0ed92a
Move live httpbin.org test to xt/ so outages can't fail installs
t/example.t makes live HTTPS requests to httpbin.org during the default
test suite. Test::RequiresInternet only checks TCP reachability, so when
the service is up-but-unhealthy (e.g. a 503) the guard passes and the
assertions fail -- failing an otherwise-healthy end-user install.
Move it to xt/author/example.t so it runs under author/release testing
(and in CI) but never during a normal make test. Relocate the
Test::RequiresInternet prereq from the test phase to develop, since
example.t was its only consumer.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent 7c1023a commit a0ed92a
3 files changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
4 | 7 | | |
5 | 8 | | |
6 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | 27 | | |
29 | 28 | | |
30 | 29 | | |
31 | 30 | | |
32 | 31 | | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
File renamed without changes.
0 commit comments