diff --git a/fstest/test_all/config.yaml b/fstest/test_all/config.yaml index 11349fc51..94e1ab542 100644 --- a/fstest/test_all/config.yaml +++ b/fstest/test_all/config.yaml @@ -24,6 +24,8 @@ backends: - backend: "crypt" remote: "TestCryptDrive:" fastlist: true + ignore: + - TestCopyFileMaxTransfer - backend: "crypt" remote: "TestCryptSwift:" fastlist: false @@ -106,6 +108,10 @@ backends: - backend: "drive" remote: "TestDrive:" fastlist: true + ignore: + # Test with CutoffModeHard does not result in ErrorMaxTransferLimitReachedFatal + # because googleapi replaces it with a non-fatal error + - TestCopyFileMaxTransfer - backend: "dropbox" remote: "TestDropbox:" fastlist: false