mirror of
https://github.com/haproxy/haproxy.git
synced 2026-02-19 02:29:31 -05:00
REGTESTS: Remove REQUIRE_VERSION=2.3 from all tests
HAProxy 2.4 is the lowest supported version, thus this always matches.
see 7aff1bf6b9
This commit is contained in:
parent
294c47a5ef
commit
239785fd27
5 changed files with 0 additions and 8 deletions
|
|
@ -1,6 +1,5 @@
|
|||
vtest "Test for balance URI"
|
||||
feature ignore_unknown_macro
|
||||
#REQUIRE_VERSION=2.3
|
||||
|
||||
server s1 {
|
||||
rxreq
|
||||
|
|
|
|||
2
reg-tests/cache/expires.vtc
vendored
2
reg-tests/cache/expires.vtc
vendored
|
|
@ -1,7 +1,5 @@
|
|||
varnishtest "Expires support"
|
||||
|
||||
#REQUIRE_VERSION=2.3
|
||||
|
||||
feature ignore_unknown_macro
|
||||
|
||||
server s1 {
|
||||
|
|
|
|||
2
reg-tests/cache/if-modified-since.vtc
vendored
2
reg-tests/cache/if-modified-since.vtc
vendored
|
|
@ -1,7 +1,5 @@
|
|||
varnishtest "If-Modified-Since support"
|
||||
|
||||
#REQUIRE_VERSION=2.3
|
||||
|
||||
feature ignore_unknown_macro
|
||||
|
||||
server s1 {
|
||||
|
|
|
|||
2
reg-tests/cache/if-none-match.vtc
vendored
2
reg-tests/cache/if-none-match.vtc
vendored
|
|
@ -1,7 +1,5 @@
|
|||
varnishtest "If-None-Match support"
|
||||
|
||||
#REQUIRE_VERSION=2.3
|
||||
|
||||
feature ignore_unknown_macro
|
||||
|
||||
server s1 {
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
varnishtest "iif converter Test"
|
||||
#REQUIRE_VERSION=2.3
|
||||
|
||||
feature ignore_unknown_macro
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue