]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
CI: Assume recent CI fixes make busy-restart test stable (#1172)
authorAlex Rousskov <rousskov@measurement-factory.com>
Sat, 29 Oct 2022 20:09:53 +0000 (20:09 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Wed, 9 Nov 2022 19:30:21 +0000 (19:30 +0000)
test-suite/test-functionality.sh

index 3a335e7e93c3a36cddea474e8b6aba956a68b319..43e9f7156b3e1f40e6f539d92c6185eb19597519 100755 (executable)
@@ -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() {