From 03db975e3e967872ef7d9ba13f5ff313136ba247 Mon Sep 17 00:00:00 2001 From: KernelDeimos <7225168+KernelDeimos@users.noreply.github.com> Date: Wed, 19 Nov 2025 16:34:16 -0500 Subject: [PATCH] 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. --- tests/ci/api-test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)