Fix test_persistent.

This commit is contained in:
tecnovert 2024-12-25 09:47:13 +02:00
parent de81ec5d75
commit 514f7efc6e

View file

@ -491,8 +491,6 @@ class BaseTestWithPrepare(unittest.TestCase):
class Test(BaseTestWithPrepare):
def test_persistent(self):
if self.run_test_persistent is False:
return
while not self.delay_event.is_set():
logging.info("Looping indefinitely, ctrl+c to exit.")