Skip to content

Commit ba1b511

Browse files
committed
wrong skip
1 parent 941817c commit ba1b511

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/catalog/tests/unit/with_dbs/test_api_rpc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ async def test_rpc_list_services_paginated_with_filters(
155155
assert page.meta.total == 0
156156

157157

158-
@pytest.skip(
158+
@pytest.mark.skip(
159159
reason="Issue with mocked_director_rest_api fixture. Urgent feature in master needed. Will follow up."
160160
)
161161
async def test_rpc_list_services_paginated_with_filter_combinations(

0 commit comments

Comments
 (0)