Browse Source

infinite redirect test runs into network timeouts on Jenkins

this failure has been crying wolf for so long we hardly notice
something else might be broken in all the noise of failed Jenkins
builds.
master
Stefan Bodewig 7 years ago
parent
commit
40a9188d8b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/tests/antunit/taskdefs/get-test.xml

+ 1
- 1
src/tests/antunit/taskdefs/get-test.xml View File

@@ -94,7 +94,7 @@
</target>
<target name="testInfiniteRedirect">
<target name="testInfiniteRedirect" unless="jenkins">
<au:expectfailure expectedmessage="More than 25 times redirected, giving up">
<get src="${location}/infinite.txt" dest="${output}/infinite.tmp"/>
</au:expectfailure>


Loading…
Cancel
Save