mirror of
https://github.com/haproxy/haproxy.git
synced 2026-03-21 18:10:47 -04:00
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:
parent
e6b11e1c73
commit
fefb9e3771
1 changed files with 1 additions and 1 deletions
|
|
@ -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} {
|
||||
|
|
|
|||
Loading…
Reference in a new issue