mirror of
https://github.com/curl/curl.git
synced 2025-03-01 15:15:34 +08:00
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
This commit is contained in:
parent
5bf1ff002d
commit
2d5b8048a5
@ -26,8 +26,11 @@ ftp
|
||||
<tool>
|
||||
lib%TESTNUMBER
|
||||
</tool>
|
||||
<killserver>
|
||||
ftp
|
||||
</killserver>
|
||||
<name>
|
||||
FTP with multi interface and slow LIST response
|
||||
FTP with multi interface and slow LIST response
|
||||
</name>
|
||||
<command>
|
||||
ftp://%HOSTIP:%FTPPORT/%TESTNUMBER/
|
||||
|
Loading…
Reference in New Issue
Block a user