rclone/fstest/test_all
albertony 3a03f2778c test: ignore integration test TestCopyFileMaxTransfer on Google Drive
The test fails because it expects a copy with MaxTransfer and CutoffModeHard should
return fatal error, because this is thrown from accounting (ErrorMaxTransferLimitReachedFatal),
but in case of Google Drive the external google API catches and replaces it with a
non-fatal error:

pw.CloseWithError(fmt.Errorf("googleapi: Copy failed: %v", err))

(7290f25351/internal/gensupport/media.go (L140))
2021-10-21 12:42:25 +01:00
..
clean.go fs: Add context to NewFs #3257 #4685 2020-11-09 18:05:54 +00:00
config.go test_all: allow configuring a multiplier for the timeout #5734 2021-10-20 17:38:30 +01:00
config.yaml test: ignore integration test TestCopyFileMaxTransfer on Google Drive 2021-10-21 12:42:25 +01:00
report.go lib/file: improve error message when attempting to create dir on nonexistent drive on windows 2021-10-01 23:18:39 +02:00
run_test.go build: update to use go1.14 for the build 2020-02-26 21:26:47 +00:00
run.go test_all: allow configuring a multiplier for the timeout #5734 2021-10-20 17:38:30 +01:00
test_all.go config: delay load config file (#5258) 2021-04-26 23:37:49 +02:00