From 2d5b8048a59aa7889cfd180d0ac06fc5bfbb113b Mon Sep 17 00:00:00 2001 From: Marc Hoersken Date: Tue, 24 May 2022 12:25:39 +0200 Subject: [PATCH] tests/data/test1501: kill ftp server after slow LIST response This test is contributing to flakiness on the Windows CI runs. Killing the ftp server after the test run like other slowness tests already do may help resolve or reduce the flakiness. Closes #8907 --- tests/data/test1501 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/data/test1501 b/tests/data/test1501 index 9a10e0e7d4..9d9263a567 100644 --- a/tests/data/test1501 +++ b/tests/data/test1501 @@ -26,8 +26,11 @@ ftp lib%TESTNUMBER + +ftp + -FTP with multi interface and slow LIST response +FTP with multi interface and slow LIST response ftp://%HOSTIP:%FTPPORT/%TESTNUMBER/ -- 2.47.3