mirror of
https://github.com/rclone/rclone.git
synced 2024-11-22 14:06:44 +08:00
fstests: skip chunked uploading tests with -short
This commit is contained in:
parent
d68b091170
commit
a838add230
|
@ -526,6 +526,9 @@ func Run(t *testing.T, opt *Opt) {
|
|||
|
||||
t.Run("FsPutChunked", func(t *testing.T) {
|
||||
skipIfNotOk(t)
|
||||
if testing.Short() {
|
||||
t.Skip("not running with -short")
|
||||
}
|
||||
|
||||
setUploadChunkSizer, _ := remote.(SetUploadChunkSizer)
|
||||
if setUploadChunkSizer == nil {
|
||||
|
|
Loading…
Reference in New Issue
Block a user