Skip to content
Snippets Groups Projects
Commit b26aaaac authored by Janet Goldstein's avatar Janet Goldstein
Browse files

WS-651: just rewording `skip` reason

parent d70e45b1
No related branches found
No related tags found
1 merge request!505WS-651: catches and saves RH CARTA event
This commit is part of merge request !505. Comments created here will be created in the context of that merge request.
......@@ -42,7 +42,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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment