[tor-commits] [doctor/master] Disabling unmeasured relay check

atagar at torproject.org atagar at torproject.org
Sun Sep 7 17:49:42 UTC 2014


commit d7f5486ec351a87ad779d104db871f0544e78e81
Author: Damian Johnson <atagar at torproject.org>
Date:   Sun Sep 7 10:51:35 2014 -0700

    Disabling unmeasured relay check
    
    This is a known issue. No reason to continue making noise for it until it's
    sorted out.
---
 consensus_health_checker.py |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/consensus_health_checker.py b/consensus_health_checker.py
index a90cde3..9ae9f8d 100755
--- a/consensus_health_checker.py
+++ b/consensus_health_checker.py
@@ -244,7 +244,7 @@ def run_checks(consensuses, votes):
     consensuses_have_same_votes,
     has_all_signatures,
     voting_bandwidth_scanners,
-    unmeasured_relays,
+    #unmeasured_relays,
     has_authority_flag,
     is_recommended_versions,
     bad_exits_in_sync,



More information about the tor-commits mailing list