1
0
mirror of https://github.com/rclone/rclone.git synced 2025-08-10 06:09:44 +02:00

test: remove and ignore failing integration tests

- remove non docker based Swift tests as they are too slow
- ignore TestChunkerChunk50b test which always fails
This commit is contained in:
Nick Craig-Wood
2025-07-08 07:48:54 +01:00
parent 1e88c6a18b
commit f353c92852

View File

@@ -71,6 +71,9 @@ backends:
remote: "TestChunkerChunk50bYandex:"
fastlist: true
maxfile: 1k
ignore:
# Needs investigation
- TestDeduplicateNewestByHash
# - backend: "chunker"
# remote: "TestChunkerChunk50bBox:"
# fastlist: true
@@ -362,11 +365,11 @@ backends:
fastlist: true
ignoretests:
- cmd/gitannex
- backend: "swift"
remote: "TestSwift:"
fastlist: true
ignoretests:
- cmd/bisync
# - backend: "swift"
# remote: "TestSwift:"
# fastlist: true
# ignoretests:
# - cmd/bisync
# - backend: "swift"
# remote: "TestSwiftCeph:"
# fastlist: true
@@ -505,6 +508,7 @@ backends:
ignore:
- TestIntegration/FsMkdir/FsPutFiles/PublicLink
- TestDirRename
- TestFileRename
ignoretests:
- cmd/bisync
- backend: "opendrive"