From de0cf90a324cc647d76da4290f12027f8a70b5aa Mon Sep 17 00:00:00 2001
From: Nick Mathewson <nickm@torproject.org>
Date: Mon, 7 Mar 2022 11:47:25 -0500
Subject: [PATCH] arti-testing: todo comment cleanup

---
 crates/arti-testing/src/main.rs | 9 +--------
 1 file changed, 1 insertion(+), 8 deletions(-)

diff --git a/crates/arti-testing/src/main.rs b/crates/arti-testing/src/main.rs
index fe21868cb1..dec085cc37 100644
--- a/crates/arti-testing/src/main.rs
+++ b/crates/arti-testing/src/main.rs
@@ -30,14 +30,7 @@
 //! # TODO
 //!
 //! - More ways to break
-//!
-//!   - make TCP connections fail
-//!      o With various errors
-//!      o by timing out
-//!      - sporadically
-//!      o by succeeding and black-holing data.
-//!      o depending on address / port / family
-//!      o Install this after a delay
+//!   - make TCP connections fail only sporadically
 //!   - make TLS fail
 //!      - With wrong cert
 //!      - Mysteriously
-- 
GitLab