diff options
Diffstat (limited to 'tests/data/test1238')
-rw-r--r-- | tests/data/test1238 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/data/test1238 b/tests/data/test1238 index a0eef417d..1eacdf44a 100644 --- a/tests/data/test1238 +++ b/tests/data/test1238 @@ -24,6 +24,14 @@ writedelay: 2 <server> tftp </server> +# Always kill the TFTP server to not affect following tests, due +# to this test potentially keeping the TFTP server busy waiting +# for another 5 seconds after this test has already terminated. +# On some plattforms and CI not enough time passes between this +# test and the next tests 1242 and 1243, causing them to fail. +<killserver> +tftp +</killserver> <name> slow TFTP retrieve cancel due to -Y and -y </name> |