fstests: skip chunked uploading tests with -short

This commit is contained in:
Nick Craig-Wood 2019-02-03 12:28:44 +00:00
parent d68b091170
commit a838add230

View File

@ -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 {