diff --git a/shared/workspaces/test/test_capability_service.py b/shared/workspaces/test/test_capability_service.py
index 692c507a6143a4bc95277609447d336f7403f2f8..041932fb8f2c7bdf5dd627dc514df398b01ae23a 100644
--- a/shared/workspaces/test/test_capability_service.py
+++ b/shared/workspaces/test/test_capability_service.py
@@ -43,7 +43,7 @@ class TestCapabilityService:
         (request,) = mock_capability_info.save_entity.call_args.args
         assert request.ingested is True
 
-    @pytest.mark.skip("Broken due to queue/messenger rework?")
+    @pytest.mark.skip("As above, broken due to queue/messenger rework?")
     def test_on_carta_ready(
         self,
         mock_capability_service: CapabilityService,