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
This commit is contained in:
Nick Craig-Wood
2025-07-05 09:20:05 +01:00
parent 88e30eecbf
commit c6d0b61982

View File

@@ -34,9 +34,9 @@ backends:
fastlist: true fastlist: true
ignore: ignore:
- TestCopyFileMaxTransfer - TestCopyFileMaxTransfer
- backend: "crypt" # - backend: "crypt"
remote: "TestCryptSwift:" # remote: "TestCryptSwift:"
fastlist: false # fastlist: false
## chunker ## chunker
- backend: "chunker" - backend: "chunker"
remote: "TestChunkerLocal:" remote: "TestChunkerLocal:"
@@ -71,12 +71,12 @@ backends:
remote: "TestChunkerChunk50bYandex:" remote: "TestChunkerChunk50bYandex:"
fastlist: true fastlist: true
maxfile: 1k maxfile: 1k
- backend: "chunker" # - backend: "chunker"
remote: "TestChunkerChunk50bBox:" # remote: "TestChunkerChunk50bBox:"
fastlist: true # fastlist: true
maxfile: 1k # maxfile: 1k
ignore: # ignore:
- TestIntegration/FsMkdir/FsChangeNotify # - TestIntegration/FsMkdir/FsChangeNotify
- backend: "chunker" - backend: "chunker"
remote: "TestChunkerS3:" remote: "TestChunkerS3:"
fastlist: true fastlist: true
@@ -132,9 +132,9 @@ backends:
- backend: "compress" - backend: "compress"
remote: "TestCompress:" remote: "TestCompress:"
fastlist: false fastlist: false
- backend: "compress" # - backend: "compress"
remote: "TestCompressSwift:" # remote: "TestCompressSwift:"
fastlist: false # fastlist: false
- backend: "compress" - backend: "compress"
remote: "TestCompressDrive:" remote: "TestCompressDrive:"
fastlist: false fastlist: false