commit e1e6f54f8ae90465d7884978ae31b4f5936ef6ff Author: juga0 juga@riseup.net Date: Thu Sep 13 17:00:25 2018 +0000
Temporally disable integration test --- tests/integration/core/test_scanner.py | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/tests/integration/core/test_scanner.py b/tests/integration/core/test_scanner.py index 61927d7..4a218f7 100644 --- a/tests/integration/core/test_scanner.py +++ b/tests/integration/core/test_scanner.py @@ -1,3 +1,5 @@ +import pytest + from sbws.core.scanner import measure_relay from sbws.lib.resultdump import ResultSuccess import logging @@ -42,6 +44,7 @@ def test_measure_relay_with_maxadvertisedbandwidth( assert result.relay_average_bandwidth == one_mbyte
+@pytest.mark.skip(reason="temporally disabled") def test_measure_relay_with_relaybandwidthrate( persistent_launch_tor, args, conf, dests, cb, rl): relay = [r for r in rl.relays
tor-commits@lists.torproject.org