diff --git a/test/Spec.hs b/test/Spec.hs
index 9d92fbe18c93aa353807f194016b6a782dd24f67..49e0f8573cb5aa64dac5e1c3973cada82da42d36 100644
--- a/test/Spec.hs
+++ b/test/Spec.hs
@@ -290,16 +290,6 @@ tests =
             -- Consider moving these tests to another module, they're pretty
             -- different and there's quite a handful of them.
             --
-            -- SUCCESS CASE
-            -- Make an in-memory GBS backend
-            -- Encode some data to shares
-            -- Store the shares on the backend
-            -- Wrap an HTTPS server around the backend
-            -- Get its FURL
-            -- Make an announcement for it
-            -- Give the announcement and the cap to the download function
-            -- Assert we recovered the plaintext
-            --
             -- ERROR CASES
             -- Server presents incorrect TLS certificate
             -- Server returns error response to our request