Commit c6bb869
committed
test: quarantine the two network-dependent integration tests as flaky
Both passed in the previous Windows run and failed in the next, with the endpoints
they depend on healthy throughout -- they fail on third-party availability, not on
anything in this repository.
#3014 calls api.github.com, which allows unauthenticated callers 60 requests an hour
per IP, shared across hosted runners; Paket takes its GitHub credentials from
paket.dependencies, so there is no token to hand it from CI. #1635 asserts on a
specific 401 from myget.org, so any hiccup produces a different message.
Flaky is the category this repository already keeps for exactly this, and it moves
them off the main job.1 parent 3f35b7b commit c6bb869
2 files changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| |||
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
| 142 | + | |
142 | 143 | | |
143 | 144 | | |
144 | 145 | | |
| |||
0 commit comments