Skip to content

Commit 03db975

Browse files
committed
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.
1 parent 1cb27fb commit 03db975

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ci/api-test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def update_server_config():
3232
# Add the mountpoint configuration
3333
mountpoint_config = {
3434
"/": {"mounter": "puterfs"},
35-
"/admin/tmp": {"mounter": "memoryfs"},
35+
# "/admin/tmp": {"mounter": "memoryfs"},
3636
}
3737

3838
# Merge mountpoints (overwrite existing ones)

0 commit comments

Comments
 (0)