chore: attempt to disable memoryfs test

The test for memoryfs isn't relevant at the moment because it will be
updated to work with newly refactored filesystem code later.
This commit is contained in:
KernelDeimos
2025-11-19 16:34:16 -05:00
committed by Eric Dubé
parent 1cb27fb25f
commit 03db975e3e

View File

@@ -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)