1
0
mirror of https://github.com/rclone/rclone.git synced 2025-12-06 00:03:32 +00:00

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
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