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 34159ee commit 7abbfa4Copy full SHA for 7abbfa4
services/storage/tests/unit/test_rpc_handlers_paths.py
@@ -247,6 +247,7 @@ async def test_path_compute_size(
247
assert workspace_total_size == accumulated_subfolder_size
248
249
250
+@pytest.mark.xfail(reason="in development")
251
async def test_path_compute_size_inexistent_path(
252
initialized_app: FastAPI,
253
client: httpx.AsyncClient,
0 commit comments