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.
This commit is contained in:
Nick Craig-Wood
2026-07-17 18:29:39 +01:00
parent 0775b15ccf
commit 8ac8d1821c
+1
View File
@@ -207,6 +207,7 @@ backends:
fastlist: false
ignore:
- TestIntegration/FsMkdir/FsPutZeroLength
- TestRWFileHandleWriteNoWrite
ignoretests:
- cmd/bisync
- backend: "internetarchive"