From d8b44f0d9fa7f455a4d8cb7fdc5837b93bf4bbe2 Mon Sep 17 00:00:00 2001 From: Christopher Faulet Date: Tue, 15 Dec 2020 14:53:03 +0100 Subject: [PATCH] REGTESTS: Don't run http_msg_full_on_eom script on the 2.4 anymore The EOM block will be removed on the 2.4, thus this script will be broken on this version. Now it is skipped for this version. It remains valid for 2.3 and 2.2. --- reg-tests/http-messaging/http_msg_full_on_eom.vtc | 1 + 1 file changed, 1 insertion(+) diff --git a/reg-tests/http-messaging/http_msg_full_on_eom.vtc b/reg-tests/http-messaging/http_msg_full_on_eom.vtc index 58824b8c8..5e914ef8a 100644 --- a/reg-tests/http-messaging/http_msg_full_on_eom.vtc +++ b/reg-tests/http-messaging/http_msg_full_on_eom.vtc @@ -2,6 +2,7 @@ varnishtest "cannot add the HTX EOM block because the buffer is full" feature ignore_unknown_macro #REQUIRE_VERSION=2.2 +#REQUIRE_VERSION_BELOW=2.4 #REGTEST_TYPE=devel # This test checks that an HTTP message is properly processed when we failed to