diff mbox series

tests/fetch: Drop ftp checkstatus test

Message ID 20260907151535.4094875-1-richard.purdie@linuxfoundation.org
State Accepted, archived
Commit a181827fa0fe6738441b40b5206cc2cadb5f7dce
Headers show
Series tests/fetch: Drop ftp checkstatus test | expand

Commit Message

Richard Purdie Sept. 7, 2026, 3:15 p.m. UTC
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>
---
 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 e8c1c62175a..7738764537b 100644
--- a/lib/bb/tests/fetch.py
+++ b/lib/bb/tests/fetch.py
@@ -1716,7 +1716,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",
                       ]
 
     def _start_checkstatus_server(self):