From: Alex Rousskov Date: Sat, 29 Oct 2022 20:09:53 +0000 (+0000) Subject: CI: Assume recent CI fixes make busy-restart test stable (#1172) X-Git-Tag: SQUID_6_0_1~81 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fab62eff0e238b5ca8b764ec0496324b299b39b8;p=thirdparty%2Fsquid.git CI: Assume recent CI fixes make busy-restart test stable (#1172) --- diff --git a/test-suite/test-functionality.sh b/test-suite/test-functionality.sh index 3a335e7e93..43e9f7156b 100755 --- a/test-suite/test-functionality.sh +++ b/test-suite/test-functionality.sh @@ -170,12 +170,7 @@ check_pconn() { } check_busy_restart() { - if ! run_confirmed_test busy-restart - then - # XXX: Make the test stable instead! - echo_warning "Ignoring unstable test failure: busy-restart" - fi - return 0 + run_confirmed_test busy-restart } check_proxy_collapsed_forwarding() {