forked from TrueCloudLab/rclone
fstests: skip chunked uploading tests with -short
This commit is contained in:
parent
d68b091170
commit
a838add230
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue