[tor-commits] [stem/master] Drop online requirement for test_transition_to_relay

atagar at torproject.org atagar at torproject.org
Thu May 16 20:23:30 UTC 2019


commit a8accabcdd64f7de9f475da1d86f3da2eebcb793
Author: Damian Johnson <atagar at torproject.org>
Date:   Tue May 14 16:39:59 2019 -0700

    Drop online requirement for test_transition_to_relay
    
    In commit af8d6cb4 I required a network connection for this test due to...
    
      https://trac.torproject.org/projects/tor/ticket/23036
      https://trac.torproject.org/projects/tor/ticket/15421
    
    Now that that's been fixed for a while we can drop this restriction.
---
 test/integ/control/controller.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/test/integ/control/controller.py b/test/integ/control/controller.py
index d5382f72..fd4c81dc 100644
--- a/test/integ/control/controller.py
+++ b/test/integ/control/controller.py
@@ -1356,7 +1356,6 @@ class TestController(unittest.TestCase):
       circuits = controller.get_circuits()
       self.assertTrue(new_circ in [circ.id for circ in circuits])
 
-  @test.require.online
   @test.require.controller
   def test_transition_to_relay(self):
     """





More information about the tor-commits mailing list