| Message ID | 20260311104415.3415401-1-richard.purdie@linuxfoundation.org |
|---|---|
| State | Accepted, archived |
| Commit | b59bdcf8134e6f5935e8f7b0ed8033cbb745e0ff |
| Headers | show |
| Series | tests/fetch: Drop github url from testing | expand |
diff --git a/lib/bb/tests/fetch.py b/lib/bb/tests/fetch.py index 74eb7347242..7b8297a7827 100644 --- a/lib/bb/tests/fetch.py +++ b/lib/bb/tests/fetch.py @@ -1579,8 +1579,6 @@ class FetchCheckStatusTest(FetcherTest): "https://downloads.yoctoproject.org/releases/opkg/opkg-0.1.7.tar.gz", "https://downloads.yoctoproject.org/releases/opkg/opkg-0.3.0.tar.gz", "ftp://sourceware.org/pub/libffi/libffi-1.20.tar.gz", - # GitHub releases are hosted on Amazon S3, which doesn't support HEAD - "https://github.com/kergoth/tslib/releases/download/1.1/tslib-1.1.tar.xz" ] @skipIfNoNetwork()
This was introduced as a test for the fix in 6ec70d5d2e330b41b932b0a655b838a5f37df01e however the way github works has changed in the decade since and this test is no longer testing what was intended. The test is failing intermittently on our infrastructure thanks to spam and IP block throttling restrictions which lead to occasional failures. At this point it is probably simplest just to drop the url from testing. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> --- lib/bb/tests/fetch.py | 2 -- 1 file changed, 2 deletions(-)