diff --git a/tests/data/test1130 b/tests/data/test1130
index 233562546a..1107941896 100644
--- a/tests/data/test1130
+++ b/tests/data/test1130
@@ -30,8 +30,9 @@ Content-Type: text/html
-foo-
-# we use skip to make the test server never read the full payload off
-# the socket and instead return the response at once
+# We use skip to make the test server never read the full payload off
+# the socket and instead return the response at once. In actuality, the
+# long --expect100-timeout means that it will never get a chance to read this.
skip: 100
@@ -51,7 +52,7 @@ http
HTTP POST forced expect 100-continue with a 404
--d @%LOGDIR/file%TESTNUMBER http://%HOSTIP:%HTTPPORT/%TESTNUMBER http://%HOSTIP:%HTTPPORT/%TESTNUMBER0001 -H "Expect: 100-continue"
+-d @%LOGDIR/file%TESTNUMBER http://%HOSTIP:%HTTPPORT/%TESTNUMBER http://%HOSTIP:%HTTPPORT/%TESTNUMBER0001 -H "Expect: 100-continue" --expect100-timeout 999
diff --git a/tests/data/test1131 b/tests/data/test1131
index 3235bf5df4..5725e71eb8 100644
--- a/tests/data/test1131
+++ b/tests/data/test1131
@@ -30,8 +30,9 @@ Content-Type: text/html
FAILURE2
-# we use skip to make the test server never read the full payload off
-# the socket and instead return the response at once
+# We use skip to make the test server never read the full payload off
+# the socket and instead return the response at once. In actuality, the
+# long --expect100-timeout means that it will never get a chance to read this.
skip: 100
@@ -51,7 +52,7 @@ http
HTTP PUT expect 100-continue with a 400
--H "Expect: 100-continue" -T %LOGDIR/file%TESTNUMBER http://%HOSTIP:%HTTPPORT/%TESTNUMBER -T %LOGDIR/file%TESTNUMBER http://%HOSTIP:%HTTPPORT/%TESTNUMBER0001
+-H "Expect: 100-continue" -T %LOGDIR/file%TESTNUMBER http://%HOSTIP:%HTTPPORT/%TESTNUMBER -T %LOGDIR/file%TESTNUMBER http://%HOSTIP:%HTTPPORT/%TESTNUMBER0001 --expect100-timeout 999
diff --git a/tests/data/test357 b/tests/data/test357
index 445000768c..5d1f456a3b 100644
--- a/tests/data/test357
+++ b/tests/data/test357
@@ -51,7 +51,7 @@ http
HTTP PUT with Expect: 100-continue and 417 response
-http://%HOSTIP:%HTTPPORT/we/want/%TESTNUMBER -T %LOGDIR/test%TESTNUMBER.txt
+http://%HOSTIP:%HTTPPORT/we/want/%TESTNUMBER -T %LOGDIR/test%TESTNUMBER.txt --expect100-timeout 999
# 1053700 x 'x', large enough to invoke the 100-continue behaviour