From c6d0b619823b197a56aed8ff2d62b0fde9a33021 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Sat, 5 Jul 2025 09:20:05 +0100 Subject: [PATCH] build: remove integration tests which are too slow This removes - TestCompressSwift: - never finishes - too slow - we have TestCompressS3 instead - TestCryptSwift: - never finishes - too slow - we have TestCryptS3 instead - TestChunkerChunk50bBox: - often times out - covered by other tests --- fstest/test_all/config.yaml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/fstest/test_all/config.yaml b/fstest/test_all/config.yaml index d825cb3ff..200d46954 100644 --- a/fstest/test_all/config.yaml +++ b/fstest/test_all/config.yaml @@ -34,9 +34,9 @@ backends: fastlist: true ignore: - TestCopyFileMaxTransfer - - backend: "crypt" - remote: "TestCryptSwift:" - fastlist: false + # - backend: "crypt" + # remote: "TestCryptSwift:" + # fastlist: false ## chunker - backend: "chunker" remote: "TestChunkerLocal:" @@ -71,12 +71,12 @@ backends: remote: "TestChunkerChunk50bYandex:" fastlist: true maxfile: 1k - - backend: "chunker" - remote: "TestChunkerChunk50bBox:" - fastlist: true - maxfile: 1k - ignore: - - TestIntegration/FsMkdir/FsChangeNotify + # - backend: "chunker" + # remote: "TestChunkerChunk50bBox:" + # fastlist: true + # maxfile: 1k + # ignore: + # - TestIntegration/FsMkdir/FsChangeNotify - backend: "chunker" remote: "TestChunkerS3:" fastlist: true @@ -132,9 +132,9 @@ backends: - backend: "compress" remote: "TestCompress:" fastlist: false - - backend: "compress" - remote: "TestCompressSwift:" - fastlist: false + # - backend: "compress" + # remote: "TestCompressSwift:" + # fastlist: false - backend: "compress" remote: "TestCompressDrive:" fastlist: false