Parcourir la source

[640] been editing wrong file again

sigh.
Jelte Jansen il y a 13 ans
Parent
commit
f328341c1c
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      src/bin/xfrout/tests/xfrout_test.py.in

+ 2 - 0
src/bin/xfrout/tests/xfrout_test.py.in

@@ -1437,6 +1437,8 @@ class MyXfroutServer(XfroutServer):
         self._shutdown_event = threading.Event()
         self._notifier = MyNotifier()
         self._unix_socket_server = None
+        # Disable the wait for threads
+        self._wait_for_threads = lambda : None
 
 class TestXfroutServer(unittest.TestCase):
     def setUp(self):