From 076e45757240cbe265a4232b8aecebaf4aebebff Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Mon, 8 May 2023 10:05:57 -0400 Subject: [PATCH] these three should be handled by the BespokeFailure tests now --- test/Spec.hs | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/Spec.hs b/test/Spec.hs index 11671d6..9d92fbe 100644 --- a/test/Spec.hs +++ b/test/Spec.hs @@ -301,9 +301,6 @@ tests = -- Assert we recovered the plaintext -- -- ERROR CASES - -- Server address unresolveable - -- Server address unconnectable - -- Server times out -- Server presents incorrect TLS certificate -- Server returns error response to our request -- Server returns tampered share data -- GitLab