diff --git a/tests/ci/api-test.py b/tests/ci/api-test.py index f4e2ab451..695a87d3c 100755 --- a/tests/ci/api-test.py +++ b/tests/ci/api-test.py @@ -32,7 +32,7 @@ def update_server_config(): # Add the mountpoint configuration mountpoint_config = { "/": {"mounter": "puterfs"}, - "/admin/tmp": {"mounter": "memoryfs"}, + # "/admin/tmp": {"mounter": "memoryfs"}, } # Merge mountpoints (overwrite existing ones)