REGTESTS: Remove REQUIRE_VERSION=1.8 from all tests
HAProxy 1.8 is the lowest supported version, thus this always matches.
see 1b095cac94
This commit is contained in:
parent
f42ddf73fc
commit
21ea8c5198
|
@ -1,5 +1,4 @@
|
|||
varnishtest "Health-checks: agent-check"
|
||||
#REQUIRE_VERSION=1.8
|
||||
#REGTEST_TYPE=slow
|
||||
feature ignore_unknown_macro
|
||||
|
||||
|
|
|
@ -19,7 +19,6 @@ feature ignore_unknown_macro
|
|||
|
||||
# abns@ sockets are not available on freebsd
|
||||
#EXCLUDE_TARGETS=freebsd,osx,generic
|
||||
#REQUIRE_VERSION=1.8
|
||||
#REGTEST_TYPE=broken
|
||||
|
||||
haproxy h1 -W -conf {
|
||||
|
|
|
@ -3,7 +3,6 @@ varnishtest "Set server FQDN via CLI crash"
|
|||
feature ignore_unknown_macro
|
||||
|
||||
# for "set server <srv> fqdn"
|
||||
#REQUIRE_VERSION=1.8
|
||||
#REGTEST_TYPE=bug
|
||||
|
||||
# Do nothing. Is there only to create s1_* macros
|
||||
|
|
Loading…
Reference in New Issue