From fefb9e37714bd2e3ad2adc3a321e165fc1dafae2 Mon Sep 17 00:00:00 2001 From: PiBa-NL Date: Sat, 8 Dec 2018 21:36:55 +0100 Subject: [PATCH] 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 --- reg-tests/log/b00000.vtc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reg-tests/log/b00000.vtc b/reg-tests/log/b00000.vtc index 99a81cd905..53387048cb 100644 --- a/reg-tests/log/b00000.vtc +++ b/reg-tests/log/b00000.vtc @@ -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} { -- 2.47.3