Skip to content
Snippets Groups Projects
Commit e1e6f54f authored by juga's avatar juga
Browse files

Temporally disable integration test

parent 517d0394
Branches
Tags
No related merge requests found
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment