Skip to content

Commit 34159ee

Browse files
committed
prepare test through RPC
1 parent f2c453d commit 34159ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/storage/tests/unit/test_rpc_handlers_paths.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ async def _wait_for_job_completion(job_id: AsyncJobId) -> None:
118118
return response
119119

120120

121+
@pytest.mark.xfail(reason="in development")
121122
@pytest.mark.parametrize(
122123
"location_id",
123124
[SimcoreS3DataManager.get_location_id()],
@@ -136,7 +137,6 @@ async def _wait_for_job_completion(job_id: AsyncJobId) -> None:
136137
ids=str,
137138
)
138139
async def test_path_compute_size(
139-
enabled_rabbitmq,
140140
initialized_app: FastAPI,
141141
storage_rabbitmq_rpc_client: RabbitMQRPCClient,
142142
location_id: LocationID,

0 commit comments

Comments
 (0)