We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 941817c commit ba1b511Copy full SHA for ba1b511
services/catalog/tests/unit/with_dbs/test_api_rpc.py
@@ -155,7 +155,7 @@ async def test_rpc_list_services_paginated_with_filters(
155
assert page.meta.total == 0
156
157
158
-@pytest.skip(
+@pytest.mark.skip(
159
reason="Issue with mocked_director_rest_api fixture. Urgent feature in master needed. Will follow up."
160
)
161
async def test_rpc_list_services_paginated_with_filter_combinations(
0 commit comments