diff options
Diffstat (limited to 'bitbake/lib/bb/tests')
-rw-r--r-- | bitbake/lib/bb/tests/fetch.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bitbake/lib/bb/tests/fetch.py b/bitbake/lib/bb/tests/fetch.py index b175a43280..81b22d025f 100644 --- a/bitbake/lib/bb/tests/fetch.py +++ b/bitbake/lib/bb/tests/fetch.py | |||
@@ -738,6 +738,8 @@ class FetchCheckStatusTest(FetcherTest): | |||
738 | "ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz", | 738 | "ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz", |
739 | "ftp://ftp.gnu.org/gnu/chess/gnuchess-5.08.tar.gz", | 739 | "ftp://ftp.gnu.org/gnu/chess/gnuchess-5.08.tar.gz", |
740 | "ftp://ftp.gnu.org/gnu/gmp/gmp-4.0.tar.gz", | 740 | "ftp://ftp.gnu.org/gnu/gmp/gmp-4.0.tar.gz", |
741 | # GitHub releases are hosted on Amazon S3, which doesn't support HEAD | ||
742 | "https://github.com/kergoth/tslib/releases/download/1.1/tslib-1.1.tar.xz" | ||
741 | ] | 743 | ] |
742 | 744 | ||
743 | if os.environ.get("BB_SKIP_NETTESTS") == "yes": | 745 | if os.environ.get("BB_SKIP_NETTESTS") == "yes": |