Skip to content

Commit

Permalink
tests/data/test1501: kill ftp server after slow LIST response
Browse files Browse the repository at this point in the history
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 the flakiness.
  • Loading branch information
mback2k committed May 24, 2022
1 parent 8f48b5d commit e8d57de
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tests/data/test1501
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit e8d57de

Please sign in to comment.