mirror of
https://github.com/basicswap/basicswap.git
synced 2025-01-08 03:39:26 +00:00
Fix test_persistent.
This commit is contained in:
parent
de81ec5d75
commit
514f7efc6e
1 changed files with 0 additions and 2 deletions
|
@ -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.")
|
||||
|
|
Loading…
Reference in a new issue