mirror of
https://github.com/curl/curl.git
synced 2026-04-20 02:41:14 +03: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
1 changed files with 4 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue