mirror of
https://github.com/HeyPuter/puter.git
synced 2026-02-13 09:19:28 -06:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user