[stem/master] Disable MAPADDRESS integ test

commit ceff2024e9341a5bb138f6610845fd7faef908a9 Author: Damian Johnson <atagar@torproject.org> Date: Fri Mar 23 17:27:54 2018 -0700 Disable MAPADDRESS integ test Struggled with this for quite a while but no dice. Disabling the broken test for now... https://trac.torproject.org/projects/tor/ticket/25611 --- test/integ/control/controller.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/integ/control/controller.py b/test/integ/control/controller.py index e73218da..b59f5d63 100644 --- a/test/integ/control/controller.py +++ b/test/integ/control/controller.py @@ -1118,6 +1118,7 @@ class TestController(unittest.TestCase): @test.require.controller @test.require.online def test_mapaddress(self): + self.skipTest('(https://trac.torproject.org/projects/tor/ticket/25611)') runner = test.runner.get_runner() with runner.get_tor_controller() as controller:
participants (1)
-
atagar@torproject.org