REGTEST/MINOR: remove health-check that can make the test fail

The reg-tests/log/b00000.vtc should not try to perform a health-check
of server s1 as it only allows 1 request/connection
This commit is contained in:
PiBa-NL 2018-12-08 21:36:55 +01:00 committed by Willy Tarreau
parent e6b11e1c73
commit fefb9e3771

View File

@ -50,7 +50,7 @@ frontend fe1
default_backend be_app
backend be_app
server app1 ${s1_addr}:${s1_port} check
server app1 ${s1_addr}:${s1_port}
} -start
client c1 -connect ${h1_fe_1_sock} {