From b81601baff21d2dcc0be31427b9cc6447139a55c Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Mon, 13 Jan 2020 09:47:11 +0000 Subject: [PATCH] test_all: ignore TestIntegration/FsMkdir/FsPutFiles/FsPutStream/0 on wasabi This has been reported to Wasabi and they've confirmed as a known issue that multipart uploads can't be 0 sized even though that is incompatible with AWS S3. --- 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 237f0141e..32f98c374 100644 --- a/fstest/test_all/config.yaml +++ b/fstest/test_all/config.yaml @@ -124,6 +124,7 @@ backends: - TestIntegration/FsMkdir/FsEncoding/leading_LF - TestIntegration/FsMkdir/FsEncoding/leading_HT - TestIntegration/FsMkdir/FsEncoding/leading_VT + - TestIntegration/FsMkdir/FsPutFiles/FsPutStream/0 - backend: "s3" remote: "TestS3DigitalOcean:" fastlist: true