From bfba01cbe391bce843357359404732cfe6d2901a Mon Sep 17 00:00:00 2001 From: "Janet L. Goldstein" <jgoldste@nrao.edu> Date: Thu, 16 Sep 2021 07:19:24 -0600 Subject: [PATCH] WS-651: just rewording `skip` reason --- shared/workspaces/test/test_capability_service.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shared/workspaces/test/test_capability_service.py b/shared/workspaces/test/test_capability_service.py index 692c507a6..041932fb8 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, -- GitLab