Commit 21ef20c
authored
fix: do not depend on external domains in dnslink tests (#547)
Dependency on third-party domains means that over time
CI will break, like it did in
https://github.com/ipfs/kubo/actions/runs/9214249430/job/25364989609?pr=10429#step:9:63
Error: queryCname ENODATA singularity.storage
There three domains left here are enough to cover all cases.
Ideally, CI would not depend on internet DNS, and have static fixtures
and custom localhost DNS server, but this should be good enough to stop
breaking Kubo CI etc1 parent 011fa92 commit 21ef20c
1 file changed
Lines changed: 2 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
| 12 | + | |
21 | 13 | | |
22 | 14 | | |
23 | 15 | | |
| |||
0 commit comments