From: Remi Gacogne Date: Wed, 14 Aug 2019 14:10:10 +0000 (+0200) Subject: dnsdist: Remove flaky healthcheck regression test X-Git-Tag: dnsdist-1.4.0-rc2~20^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F8198%2Fhead;p=thirdparty%2Fpdns.git dnsdist: Remove flaky healthcheck regression test --- diff --git a/regression-tests.dnsdist/test_HealthChecks.py b/regression-tests.dnsdist/test_HealthChecks.py index efccf206ff..f0e71ca65e 100644 --- a/regression-tests.dnsdist/test_HealthChecks.py +++ b/regression-tests.dnsdist/test_HealthChecks.py @@ -57,8 +57,6 @@ class TestDefaultHealthCheck(HealthCheckTest): self.sendConsoleCommand("getServer(0):setDown()") self.assertEquals(self.getBackendStatus(), 'down') self.sendConsoleCommand("getServer(0):setAuto(false)") - # we specified that the new state should be up until the next health check - self.assertEquals(self.getBackendStatus(), 'down') before = TestDefaultHealthCheck._healthCheckCounter time.sleep(1)