summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/tests/fetch.py
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2021-12-20 14:37:05 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-12-20 14:39:29 +0000
commit4a1ba69eabe432d3c5ea20bf9472102e433de718 (patch)
treef319b72610fb9750f69b6e04c0c244a0dbfff24a /bitbake/lib/bb/tests/fetch.py
parent54bf414ef2317ab8b7cba5704749baf83762cc7a (diff)
downloadpoky-4a1ba69eabe432d3c5ea20bf9472102e433de718.tar.gz
bitbake: tests/fetch: Drop gnu urls from wget connectivity test
These urls are no longer adding much to the test coverage but the intermittent network issues connecting to them are painful. Drop the urls. (Bitbake rev: bdf5739c5d831dc97a7d81568f94a0953c71017f) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/bb/tests/fetch.py')
-rw-r--r--bitbake/lib/bb/tests/fetch.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/bitbake/lib/bb/tests/fetch.py b/bitbake/lib/bb/tests/fetch.py
index 6b77afe5f1..2a046d0ded 100644
--- a/bitbake/lib/bb/tests/fetch.py
+++ b/bitbake/lib/bb/tests/fetch.py
@@ -1400,9 +1400,6 @@ class FetchCheckStatusTest(FetcherTest):
1400 "https://downloads.yoctoproject.org/releases/opkg/opkg-0.1.7.tar.gz", 1400 "https://downloads.yoctoproject.org/releases/opkg/opkg-0.1.7.tar.gz",
1401 "https://downloads.yoctoproject.org/releases/opkg/opkg-0.3.0.tar.gz", 1401 "https://downloads.yoctoproject.org/releases/opkg/opkg-0.3.0.tar.gz",
1402 "ftp://sourceware.org/pub/libffi/libffi-1.20.tar.gz", 1402 "ftp://sourceware.org/pub/libffi/libffi-1.20.tar.gz",
1403 "http://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz",
1404 "https://ftp.gnu.org/gnu/chess/gnuchess-5.08.tar.gz",
1405 "https://ftp.gnu.org/gnu/gmp/gmp-4.0.tar.gz",
1406 # GitHub releases are hosted on Amazon S3, which doesn't support HEAD 1403 # GitHub releases are hosted on Amazon S3, which doesn't support HEAD
1407 "https://github.com/kergoth/tslib/releases/download/1.1/tslib-1.1.tar.xz" 1404 "https://github.com/kergoth/tslib/releases/download/1.1/tslib-1.1.tar.xz"
1408 ] 1405 ]