mirror of
https://github.com/rclone/rclone.git
synced 2025-01-24 12:56:36 +02: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) {
|
t.Run("FsPutChunked", func(t *testing.T) {
|
||||||
skipIfNotOk(t)
|
skipIfNotOk(t)
|
||||||
|
if testing.Short() {
|
||||||
|
t.Skip("not running with -short")
|
||||||
|
}
|
||||||
|
|
||||||
setUploadChunkSizer, _ := remote.(SetUploadChunkSizer)
|
setUploadChunkSizer, _ := remote.(SetUploadChunkSizer)
|
||||||
if setUploadChunkSizer == nil {
|
if setUploadChunkSizer == nil {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user