From 19e6ac85205f1b4e51f5603cd325356147fe415a Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Mon, 8 May 2023 10:20:57 -0400
Subject: [PATCH] trackers for future work

---
 test/Spec.hs | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/test/Spec.hs b/test/Spec.hs
index 49e0f85..4914583 100644
--- a/test/Spec.hs
+++ b/test/Spec.hs
@@ -292,8 +292,11 @@ tests =
             --
             -- ERROR CASES
             -- Server presents incorrect TLS certificate
+            --   * See https://whetstone.private.storage/privatestorage/tahoe-great-black-swamp/-/issues/27
             -- Server returns error response to our request
+            --   * https://whetstone.private.storage/privatestorage/gbs-downloader/-/issues/4
             -- Server returns tampered share data
+            --   * https://whetstone.private.storage/privatestorage/gbs-downloader/-/issues/5
         ]
   where
     -- A server lookup function that always fails.
-- 
GitLab