From 8ac8d1821c87517bd8be5dd5c67976d22aa3e4db Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Fri, 17 Jul 2026 08:48:02 +0100 Subject: [PATCH] test_all: ignore TestRWFileHandleWriteNoWrite for imagekit ImageKit can't store zero length files. The test only skips itself when the failure is reported synchronously, but with --vfs-cache-mode writes the writeback happens asynchronously and deliberately swallows the error, so the test fails on the missing files. Other backends which can't store empty files already ignore this test. --- fstest/test_all/config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/fstest/test_all/config.yaml b/fstest/test_all/config.yaml index 84cb194c9..8a8201802 100644 --- a/fstest/test_all/config.yaml +++ b/fstest/test_all/config.yaml @@ -207,6 +207,7 @@ backends: fastlist: false ignore: - TestIntegration/FsMkdir/FsPutZeroLength + - TestRWFileHandleWriteNoWrite ignoretests: - cmd/bisync - backend: "internetarchive"