From f353c92852b7607669f82eac86243f48b26eadc9 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Tue, 8 Jul 2025 07:48:54 +0100 Subject: [PATCH] test: remove and ignore failing integration tests - remove non docker based Swift tests as they are too slow - ignore TestChunkerChunk50b test which always fails --- fstest/test_all/config.yaml | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/fstest/test_all/config.yaml b/fstest/test_all/config.yaml index 200d46954..500d2aacf 100644 --- a/fstest/test_all/config.yaml +++ b/fstest/test_all/config.yaml @@ -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"