We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2c453d commit 34159eeCopy full SHA for 34159ee
services/storage/tests/unit/test_rpc_handlers_paths.py
@@ -118,6 +118,7 @@ async def _wait_for_job_completion(job_id: AsyncJobId) -> None:
118
return response
119
120
121
+@pytest.mark.xfail(reason="in development")
122
@pytest.mark.parametrize(
123
"location_id",
124
[SimcoreS3DataManager.get_location_id()],
@@ -136,7 +137,6 @@ async def _wait_for_job_completion(job_id: AsyncJobId) -> None:
136
137
ids=str,
138
)
139
async def test_path_compute_size(
- enabled_rabbitmq,
140
initialized_app: FastAPI,
141
storage_rabbitmq_rpc_client: RabbitMQRPCClient,
142
location_id: LocationID,
0 commit comments