diff mbox series

[scarthgap,2.8,1/3] tests/fetch: Drop ftp checkstatus test

Message ID 4b8695f0708f4da5ed16e97ae7bcfb69fdd1e3ed.1790154568.git.yoann.congal@smile.fr
State New
Headers show
Series [scarthgap,2.8,1/3] tests/fetch: Drop ftp checkstatus test | expand

Commit Message

Yoann Congal Sept. 23, 2026, 9:10 a.m. UTC
From: Richard Purdie <richard.purdie@linuxfoundation.org>

This single url takes 100s in each of the two tests it is used in,
compared to the fraction of a second for the other urls. Nobody
should really be using ftp any more anyway, drop this test url.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit a181827fa0fe6738441b40b5206cc2cadb5f7dce)
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
---
 lib/bb/tests/fetch.py | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

diff --git a/lib/bb/tests/fetch.py b/lib/bb/tests/fetch.py
index 3e2c6f8c1..d47e3cd29 100644
--- a/lib/bb/tests/fetch.py
+++ b/lib/bb/tests/fetch.py
@@ -1607,7 +1607,6 @@  class FetchCheckStatusTest(FetcherTest):
                       "https://docs.yoctoproject.org",
                       "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"
                       ]